Home
last modified time | relevance | path

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

1234

/art/runtime/jni/
Djava_vm_ext.cc672 ref = globals_.Add(kIRTFirstSegment, obj, &error_msg); in AddGlobalRef()
697 IndirectRef ref = weak_globals_.Add(kIRTFirstSegment, obj, &error_msg); in AddWeakGlobalRef()
Djni_internal.cc2460 soa.Env()->monitors_.Add(o); in MonitorEnter()
/art/libartbase/base/
Dbit_table.h301 void Add(Entry value) { in Add() function
/art/test/510-checker-try-catch/smali/
DRuntime.smali566 ## CHECK-DAG: <<Xplus1:i\d+>> Add [<<IndexParam>>,<<Const1>>]
572 ## CHECK-DAG: <<Phiplus1:i\d+>> Add [<<Phi>>,<<Const1>>]
DBuilder.smali38 ## CHECK: Add
/art/test/559-checker-irreducible-loop/smali/
DIrreducibleLoop.smali218 ## CHECK: Add irreducible:true
/art/runtime/
Dmonitor.cc1043 Runtime::Current()->GetMonitorList()->Add(m); in Inflate()
1632 void MonitorList::Add(Monitor* m) { in Add() function in art::MonitorList
Druntime.cc2103 signals.Add(SIGPIPE); in BlockSignals()
2105 signals.Add(SIGQUIT); in BlockSignals()
2107 signals.Add(SIGUSR1); in BlockSignals()
Dclass_linker.cc6450 void Add(uint32_t virtual_method_index) REQUIRES_SHARED(Locks::mutator_lock_) { in Add() function in art::LinkVirtualHashTable
6620 hash_table.Add(i); in LinkVirtualMethods()
/art/compiler/optimizing/
Dcode_generator.h506 allocated_registers_.Add(location); in AddAllocatedRegister()
Dnodes.h173 void Add(const HInstructionList& instruction_list);
940 void Add(HBasicBlock* block);
1440 M(Add, BinaryOperation) \
1844 void Add(SideEffects other) { in Add() function
2442 void AddSideEffects(SideEffects other) { side_effects_.Add(other); } in AddSideEffects()
5064 DECLARE_INSTRUCTION(Add);
5067 DEFAULT_COPY_CONSTRUCTOR(Add);
Dcode_generator_x86_64.cc65 caller_saves.Add(Location::RegisterLocation(RAX)); in OneRegInReferenceOutSaveEverythingCallerSaves()
1910 caller_saves.Add(Location::RegisterLocation(calling_convention.GetRegisterAt(0))); in VisitDeoptimize()
5628 caller_saves.Add(Location::RegisterLocation(calling_convention.GetRegisterAt(0))); in VisitBoundsCheck()
5629 caller_saves.Add(Location::RegisterLocation(calling_convention.GetRegisterAt(1))); in VisitBoundsCheck()
Dcode_generator_x86.cc64 caller_saves.Add(Location::RegisterLocation(calling_convention.GetRegisterAt(0))); in OneRegInReferenceOutSaveEverythingCallerSaves()
1821 caller_saves.Add(Location::RegisterLocation(calling_convention.GetRegisterAt(0))); in VisitDeoptimize()
6287 caller_saves.Add(Location::RegisterLocation(calling_convention.GetRegisterAt(0))); in VisitBoundsCheck()
6288 caller_saves.Add(Location::RegisterLocation(calling_convention.GetRegisterAt(1))); in VisitBoundsCheck()
/art/runtime/gc/allocator/
Drosalloc.cc882 free_list_.Add(slot); in FreeSlot()
932 free_list->Add(slot); in AddToFreeListShared()
/art/profman/
Dprofman.cc1214 boot_profiling_info->Add(class_ref.dex_file, method_index); in ProcessBootLine()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc573 ___ Add(base_reg, sp, frame_offset); in MoveArguments() local

1234