Home
last modified time | relevance | path

Searched defs:call (Results 1 – 15 of 15) 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/test/667-jit-jni-stub/src/
DMain.java134 public static void ensureCompiledCallThroughEntrypoint(boolean call) { in ensureCompiledCallThroughEntrypoint()
/art/runtime/base/
Dmutex-inl.h36 #define CHECK_MUTEX_CALL(call, args) CHECK_PTHREAD_CALL(call, args, name_) argument
/art/test/708-jit-cache-churn/src/
DJitCacheChurnTest.java95 public Integer call() throws Exception { in call() method in JitCacheChurnTest.BaseTask
/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.cc154 void X86Assembler::call(Register reg) { in call() function in art::x86::X86Assembler
161 void X86Assembler::call(const Address& address) { in call() function in art::x86::X86Assembler
168 void X86Assembler::call(Label* label) { in call() function in art::x86::X86Assembler
177 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.cc160 void X86_64Assembler::call(CpuRegister reg) { in call() function in art::x86_64::X86_64Assembler
168 void X86_64Assembler::call(const Address& address) { in call() function in art::x86_64::X86_64Assembler
176 void X86_64Assembler::call(Label* label) { in call() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator.cc511 HInvokeStaticOrDirect* call = invoke->AsInvokeStaticOrDirect(); in CreateCommonInvokeLocationSummary() local
Dinliner.cc172 HInvoke* call = instruction->AsInvoke(); in Run() local
Dcode_generator_x86.cc2314 __ call(Address(temp, in VisitInvokeInterface() local
4890 __ call(GetFrameEntryLabel()); in GenerateStaticOrDirectCall() local
4894 __ call(Address(callee_method.AsRegister<Register>(), in GenerateStaticOrDirectCall() local
4931 __ call(Address( in GenerateVirtualCall() local
8089 __ call(&next_instruction); in VisitX86ComputeBaseMethodAddress() local
Dcode_generator_x86_64.cc1031 __ call(&frame_entry_label_); in GenerateStaticOrDirectCall() local
1035 __ call(Address(callee_method.AsRegister<CpuRegister>(), in GenerateStaticOrDirectCall() local
1073 __ call(Address(temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset( in GenerateVirtualCall() local
2547 __ call(Address( in VisitInvokeInterface() local
/art/dex2oat/
Ddex2oat.cc509 #define CHECK_WATCH_DOG_PTHREAD_CALL(call, args, what) \ argument