Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dmalloc_space.h38 #define CHECK_MEMORY_CALL(call, args, what) \ argument
/art/runtime/base/
Dmutex-inl.h34 #define CHECK_MUTEX_CALL(call, args) CHECK_PTHREAD_CALL(call, args, name_) argument
Dlogging.h60 #define CHECK_PTHREAD_CALL(call, args, what) \ argument
/art/compiler/utils/x86/
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
57 void X86Assembler::call(const ExternalLabel& label) { in call() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
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/dex2oat/
Ddex2oat.cc622 #define CHECK_WATCH_DOG_PTHREAD_CALL(call, args, what) \ argument
/art/compiler/optimizing/
Dcode_generator_x86_64.cc741 __ call(Address(temp, mirror::ArtMethod::EntryPointFromQuickCompiledCodeOffset( in VisitInvokeStatic() local
Dcode_generator_x86.cc799 __ call(Address(temp, mirror::ArtMethod::EntryPointFromQuickCompiledCodeOffset( in VisitInvokeStatic() local
/art/compiler/dex/quick/x86/
Dtarget_x86.cc1008 LIR *call = RawLIR(current_dalvik_offset_, kX86CallI, static_cast<int>(target_method_id_ptr), in CallWithLinkerFixup() local