Searched defs:call (Results 1 – 12 of 12) sorted by relevance
/art/test/535-deopt-and-inlining/src/ |
D | Main.java | 54 static int call = 0; field in Main
|
/art/test/522-checker-regression-monitor-exit/src/ |
D | Main.java | 39 public Integer call() { in call() method in Main.HashCodeQuery
|
/art/runtime/gc/space/ |
D | malloc_space.h | 37 #define CHECK_MEMORY_CALL(call, args, what) \ argument
|
/art/runtime/base/ |
D | mutex-inl.h | 38 #define CHECK_MUTEX_CALL(call, args) CHECK_PTHREAD_CALL(call, args, name_) argument
|
D | logging.h | 154 #define CHECK_PTHREAD_CALL(call, args, what) \ argument
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 35 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/optimizing/ |
D | code_generator.cc | 313 HInvokeStaticOrDirect* call = invoke->AsInvokeStaticOrDirect(); in CreateCommonInvokeLocationSummary() local
|
D | inliner.cc | 84 HInvoke* call = instruction->AsInvoke(); in Run() local
|
D | code_generator_x86.cc | 2044 __ call(Address(temp, in VisitInvokeInterface() local 3999 __ call(Address(temp, code_offset.Int32Value())); in VisitNewInstance() local 4382 __ call(GetFrameEntryLabel()); in GenerateStaticOrDirectCall() local 4387 __ call(label); // Bind to the patch label, override at link time. in GenerateStaticOrDirectCall() local 4398 __ call(Address(callee_method.AsRegister<Register>(), in GenerateStaticOrDirectCall() local 4433 __ call(Address( in GenerateVirtualCall() local 7141 __ call(&next_instruction); in VisitX86ComputeBaseMethodAddress() local
|
D | code_generator_x86_64.cc | 821 __ call(&frame_entry_label_); in GenerateStaticOrDirectCall() local 826 __ call(label); // Bind to the patch label, override at link time. in GenerateStaticOrDirectCall() local 837 __ call(Address(callee_method.AsRegister<CpuRegister>(), in GenerateStaticOrDirectCall() local 873 __ call(Address(temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset( in GenerateVirtualCall() local 2253 __ call(Address(temp, in VisitInvokeInterface() local 3905 __ call(Address(temp, code_offset.SizeValue())); in VisitNewInstance() local
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 39 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/dex2oat/ |
D | dex2oat.cc | 377 #define CHECK_WATCH_DOG_PTHREAD_CALL(call, args, what) \ argument
|