Searched defs:call (Results 1 – 9 of 9) sorted by relevance
/art/runtime/gc/space/ |
D | malloc_space.h | 38 #define CHECK_MEMORY_CALL(call, args, what) \ argument
|
/art/runtime/base/ |
D | mutex-inl.h | 34 #define CHECK_MUTEX_CALL(call, args) CHECK_PTHREAD_CALL(call, args, name_) argument
|
D | logging.h | 60 #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 57 void X86Assembler::call(const ExternalLabel& label) { in call() function in art::x86::X86Assembler
|
/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 | 622 #define CHECK_WATCH_DOG_PTHREAD_CALL(call, args, what) \ argument
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 741 __ call(Address(temp, mirror::ArtMethod::EntryPointFromQuickCompiledCodeOffset( in VisitInvokeStatic() local
|
D | code_generator_x86.cc | 799 __ call(Address(temp, mirror::ArtMethod::EntryPointFromQuickCompiledCodeOffset( in VisitInvokeStatic() local
|
/art/compiler/dex/quick/x86/ |
D | target_x86.cc | 1008 LIR *call = RawLIR(current_dalvik_offset_, kX86CallI, static_cast<int>(target_method_id_ptr), in CallWithLinkerFixup() local
|