Searched defs:call (Results 1 – 12 of 12) sorted by relevance
54 static int call = 0; field in Main
39 public Integer call() { in call() method in Main.HashCodeQuery
55 public static void call(Foo foo) { in call() method in Main
134 public static void ensureCompiledCallThroughEntrypoint(boolean call) { in ensureCompiledCallThroughEntrypoint()
36 #define CHECK_MUTEX_CALL(call, args) CHECK_PTHREAD_CALL(call, args, name_) argument
95 public Integer call() throws Exception { in call() method in JitCacheChurnTest.BaseTask
520 __ call(Address(base.AsCpuRegister(), offset.Int32Value())); in Call() local527 __ call(Address(scratch, offset)); in Call() local
69 void X86Assembler::call(Register reg) { in call() function in art::x86::X86Assembler76 void X86Assembler::call(const Address& address) { in call() function in art::x86::X86Assembler83 void X86Assembler::call(Label* label) { in call() function in art::x86::X86Assembler92 void X86Assembler::call(const ExternalLabel& label) { in call() function in art::x86::X86Assembler
575 __ call(Address(base.AsCpuRegister(), offset.Int32Value())); in Call() local582 __ call(Address(scratch, offset)); in Call() local
172 HInvoke* call = instruction->AsInvoke(); in Run() local
505 HInvokeStaticOrDirect* call = invoke->AsInvokeStaticOrDirect(); in CreateCommonInvokeLocationSummary() local
564 #define CHECK_WATCH_DOG_PTHREAD_CALL(call, args, what) \ argument