Home
last modified time | relevance | path

Searched refs:Add (Results 51 – 75 of 91) sorted by relevance

1234

/art/runtime/
Ddebugger.cc823 void Add(const char* str, bool copy_string) { in Add() function in art::StringTable
982 class_names.Add(class_descr, !temp.empty()); in GetRecentAllocations()
989 class_names.Add(m->GetDeclaringClassDescriptor(), false); in GetRecentAllocations()
990 method_names.Add(m->GetName(), false); in GetRecentAllocations()
991 filenames.Add(GetMethodSourceFile(m), false); in GetRecentAllocations()
Dindirect_reference_table.cc241 IndirectRef IndirectReferenceTable::Add(IRTSegmentState previous_state, in Add() function in art::IndirectReferenceTable
315 table_[index].Add(obj); in Add()
Dmonitor.h436 void Add(Monitor* m) REQUIRES_SHARED(Locks::mutator_lock_) REQUIRES(!monitor_list_lock_);
Dreference_table.cc49 void ReferenceTable::Add(ObjPtr<mirror::Object> obj) { in Add() function in art::ReferenceTable
/art/runtime/interpreter/
Dsafe_math_test.cc26 TEST(SafeMath, Add) { in TEST() argument
/art/compiler/optimizing/
Dscheduler_arm.h68 M(Add , unused) \
Dgvn.cc84 void Add(HInstruction* instruction) { in Add() function in art::ValueSet
516 set->Add(current); in VisitBasicBlock()
Dcode_generator_arm64.cc155 caller_saves.Add(Location::RegisterLocation(calling_convention.GetRegisterAt(0).GetCode())); in OneRegInReferenceOutSaveEverythingCallerSaves()
197 __ Add(new_base, base, Operand(spill_offset + core_spill_size)); in SaveRestoreLiveRegistersHelper() local
708 __ Add(index_reg, index_reg, Operand(offset_)); in EmitNativeCode() local
1137 __ Add(counter, counter, 1); in MaybeIncrementHotness() local
1154 __ Add(counter, counter, 1); in MaybeIncrementHotness() local
1644 __ Add(temp_base, src.GetBaseRegister(), OperandFromMemOperand(src)); in LoadAcquire() local
1754 __ Add(temp_base, dst.GetBaseRegister(), op); in StoreRelease() local
2127 __ Add(dst, lhs, rhs); in HandleBinaryOp() local
2328 __ Add(out, left, right_operand); in VisitDataProcWithShifterOp() local
2361 __ Add(OutputRegister(instruction), in VisitIntermediateAddress() local
[all …]
Dcode_generator_arm_vixl.cc145 caller_saves.Add(LocationFrom(calling_convention.GetRegisterAt(0))); in OneRegInReferenceOutSaveEverythingCallerSaves()
205 __ Add(base, sp, Operand::From(stack_offset)); in SaveContiguousSRegisterList() local
253 __ Add(base, sp, Operand::From(stack_offset)); in RestoreContiguousSRegisterList() local
823 __ Add(index_reg, index_reg, offset_); in EmitNativeCode() local
1078 __ Add(out, first, second); in GenerateDataProcInstruction() local
2096 __ Add(temp, temp, 1); in MaybeIncrementHotness() local
2120 __ Add(ip, ip, 1); in MaybeIncrementHotness() local
2803 caller_saves.Add(LocationFrom(calling_convention.GetRegisterAt(0))); in VisitDeoptimize()
4034 __ Add(OutputRegister(add), InputRegisterAt(add, 0), InputOperandAt(add, 1)); in VisitAdd() local
4186 __ Add(out_hi, out_hi, temp); in VisitMul() local
[all …]
Dlocations.h451 void Add(Location loc) { in Add() function
642 live_registers_.Add(location); in AddLiveRegister()
Dnodes.cc735 void HLoopInformation::Add(HBasicBlock* block) { in Add() function in art::HLoopInformation
990 static void Add(HInstructionList* instruction_list, in Add() function
1002 Add(&instructions_, this, instruction); in AddInstruction()
1006 Add(&phis_, this, phi); in AddPhi()
2096 void HInstructionList::Add(const HInstructionList& instruction_list) { in Add() function in art::HInstructionList
2269 instructions_.Add(other->GetInstructions()); in MergeInstructionsWith()
2329 instructions_.Add(other->GetInstructions()); in MergeWithInlined()
2409 loop_it.Current()->Add(block); in UpdateLoopAndTryInformationOfNewBlock()
2780 it.Current()->Add(new_pre_header); in TransformLoopForVectorization()
2781 it.Current()->Add(new_header); in TransformLoopForVectorization()
[all …]
Dcode_generator_vector_arm_vixl.cc920 __ Add(*scratch, base, Operand(RegisterFrom(index), ShiftType::LSL, shift)); in VecAddress() local
943 __ Add(*scratch, base, offset); in VecAddressUnaligned() local
946 __ Add(*scratch, base, offset); in VecAddressUnaligned() local
947 __ Add(*scratch, *scratch, Operand(RegisterFrom(index), ShiftType::LSL, shift)); in VecAddressUnaligned() local
Dcode_generator_vector_arm64_sve.cc418 __ Add(dst.V16B(), lhs.V16B(), rhs.V16B()); in VisitVecAdd() local
423 __ Add(dst.V8H(), lhs.V8H(), rhs.V8H()); in VisitVecAdd() local
427 __ Add(dst.V4S(), lhs.V4S(), rhs.V4S()); in VisitVecAdd() local
431 __ Add(dst.V2D(), lhs.V2D(), rhs.V2D()); in VisitVecAdd() local
1254 __ Add(acc.V4S(), acc.V4S(), tmp.V4S()); in VisitVecSADAccumulate() local
1275 __ Add(acc.V2D(), acc.V2D(), tmp.V2D()); in VisitVecSADAccumulate() local
Dcode_generator_vector_arm64_neon.cc418 __ Add(dst.V16B(), lhs.V16B(), rhs.V16B()); in VisitVecAdd() local
423 __ Add(dst.V8H(), lhs.V8H(), rhs.V8H()); in VisitVecAdd() local
427 __ Add(dst.V4S(), lhs.V4S(), rhs.V4S()); in VisitVecAdd() local
431 __ Add(dst.V2D(), lhs.V2D(), rhs.V2D()); in VisitVecAdd() local
1254 __ Add(acc.V4S(), acc.V4S(), tmp.V4S()); in VisitVecSADAccumulate() local
1275 __ Add(acc.V2D(), acc.V2D(), tmp.V2D()); in VisitVecSADAccumulate() local
Dstack_map_stream.cc168 stack_maps_.Add(current_stack_map_); in EndStackMapEntry()
/art/test/800-smali/smali/
DsameFieldNames.smali24 # Add some more fields to stress test the sorting for offset assignment.
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc90 ___ Add(reg_x(rd), reg_x(rn), value); in AddConstant() local
97 ___ Add(temp, reg_x(rn), value); in AddConstant() local
175 ___ Add(scratch, reg_x(SP), fr_offs.Int32Value()); in StoreStackOffsetToThread() local
689 ___ Add(scratch, reg_x(SP), handle_scope_offset.Int32Value()); in CreateHandleScopeEntry() local
696 ___ Add(scratch, reg_x(SP), handle_scope_offset.Int32Value()); in CreateHandleScopeEntry() local
/art/tools/dexfuzz/
DREADME65 Add in --device=<device name, e.g. device:generic> if you want to specify a device.
66 Add in --execute-dir=<dir on device> if you want to specify an execution directory.
/art/test/
DREADME.md150 Add "--no_isolate" to run the tests one by one in single process (disable forking).
151 Add "--gtest_filter=..." to select specific sub-test(s) to run.
/art/tools/signal_dumper/
Dsignal_dumper.cc62 void Add(int signal) { in Add() function in art::__anon25001a8c0111::timeout_signal::SignalSet
641 signals.Add(signal); in SetupAndWait()
/art/compiler/driver/
Dcompiled_method_storage.cc65 return dedupe_set->Add(Thread::Current(), data); in AllocateOrDeduplicateArray()
/art/runtime/jni/
Djni_env_ext.cc103 jobject ref = reinterpret_cast<jobject>(locals_.Add(local_ref_cookie_, obj, &error_msg)); in NewLocalRef()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc515 Add(new_opcode, inst.Inst()); in ProcessCodeItem()
525 void NewRegisterInstructions::Add(Instruction::Code opcode, const Instruction& inst) { in Add() function in art::dexanalyze::NewRegisterInstructions
/art/runtime/gc/allocator/
Drosalloc.h190 void Add(Slot* slot) { in Add() function
408 free_list_.Add(slot); in InitFreeList()
/art/compiler/debug/
Delf_debug_writer.cc295 symtab->Add(symbols.front(), text); in PackElfFileForJIT()

1234