Home
last modified time | relevance | path

Searched defs:call (Results 1 – 14 of 14) sorted by relevance

/art/test/535-deopt-and-inlining/src/
DMain.java54 static int call = 0; field in Main
/art/test/522-checker-regression-monitor-exit/src/
DMain.java39 public Integer call() { in call() method in Main.HashCodeQuery
/art/test/616-cha-proxy-method-inline/src/
DMain.java55 public static void call(Foo foo) { in call() method in Main
/art/runtime/gc/space/
Dmalloc_space.h37 #define CHECK_MEMORY_CALL(call, args, what) \ argument
/art/runtime/base/
Dmutex-inl.h36 #define CHECK_MUTEX_CALL(call, args) CHECK_PTHREAD_CALL(call, args, name_) argument
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc493 __ call(Address(base.AsCpuRegister(), offset.Int32Value())); in Call() local
500 __ call(Address(scratch, offset)); in Call() local
Dassembler_x86.cc35 void X86Assembler::call(Register reg) { in call() function in art::x86::X86Assembler
42 void X86Assembler::call(const Address& address) { in call() function in art::x86::X86Assembler
49 void X86Assembler::call(Label* label) { in call() function in art::x86::X86Assembler
58 void X86Assembler::call(const ExternalLabel& label) { in call() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc550 __ call(Address(base.AsCpuRegister(), offset.Int32Value())); in Call() local
557 __ call(Address(scratch, offset)); in Call() local
Dassembler_x86_64.cc39 void X86_64Assembler::call(CpuRegister reg) { in call() function in art::x86_64::X86_64Assembler
47 void X86_64Assembler::call(const Address& address) { in call() function in art::x86_64::X86_64Assembler
55 void X86_64Assembler::call(Label* label) { in call() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator.cc335 HInvokeStaticOrDirect* call = invoke->AsInvokeStaticOrDirect(); in CreateCommonInvokeLocationSummary() local
Dinliner.cc152 HInvoke* call = instruction->AsInvoke(); in Run() local
Dcode_generator_x86.cc2271 __ call(Address(temp, in VisitInvokeInterface() local
4215 __ call(Address(temp, code_offset.Int32Value())); in VisitNewInstance() local
4582 __ call(GetFrameEntryLabel()); in GenerateStaticOrDirectCall() local
4586 __ call(Address(callee_method.AsRegister<Register>(), in GenerateStaticOrDirectCall() local
4621 __ call(Address( in GenerateVirtualCall() local
7540 __ call(&next_instruction); in VisitX86ComputeBaseMethodAddress() local
Dcode_generator_x86_64.cc1038 __ call(&frame_entry_label_); in GenerateStaticOrDirectCall() local
1042 __ call(Address(callee_method.AsRegister<CpuRegister>(), in GenerateStaticOrDirectCall() local
1078 __ call(Address(temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset( in GenerateVirtualCall() local
2442 __ call(Address( in VisitInvokeInterface() local
4084 __ call(Address(temp, code_offset.SizeValue())); in VisitNewInstance() local
/art/dex2oat/
Ddex2oat.cc403 #define CHECK_WATCH_DOG_PTHREAD_CALL(call, args, what) \ argument