Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dmalloc_space.h38 #define CHECK_MEMORY_CALL(call, args, what) \ argument
/art/runtime/base/
Dmutex-inl.h38 #define CHECK_MUTEX_CALL(call, args) CHECK_PTHREAD_CALL(call, args, name_) argument
Dlogging.h149 #define CHECK_PTHREAD_CALL(call, args, what) \ argument
/art/compiler/optimizing/
Dinliner.cc57 HInvokeStaticOrDirect* call = instruction->AsInvokeStaticOrDirect(); in Run() local
Dcode_generator_x86.cc1294 __ call(Address( in VisitInvokeVirtual() local
1331 __ call(Address(temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset( in VisitInvokeInterface() local
3209 __ call(Address( in GenerateStaticOrDirectCall() local
3221 __ call(Address(temp, in GenerateStaticOrDirectCall() local
3224 __ call(GetFrameEntryLabel()); in GenerateStaticOrDirectCall() local
Dcode_generator_x86_64.cc377 __ call(Address(temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset( in GenerateStaticOrDirectCall() local
389 __ call(Address(temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset( in GenerateStaticOrDirectCall() local
392 __ call(&frame_entry_label_); in GenerateStaticOrDirectCall() local
1403 __ call(Address(temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset( in VisitInvokeVirtual() local
1440 __ call(Address(temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset( in VisitInvokeInterface() local
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc574 LIR* call = RawLIR(current_dalvik_offset_, kA64Bl1t, 0, in CallWithLinkerFixup() local
/art/compiler/dex/quick/arm/
Dcall_arm.cc742 LIR* call = RawLIR(current_dalvik_offset_, kThumb2Bl, 0, in CallWithLinkerFixup() local
/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
58 void X86Assembler::call(const ExternalLabel& label) { in call() function in art::x86::X86Assembler
/art/dex2oat/
Ddex2oat.cc351 #define CHECK_WATCH_DOG_PTHREAD_CALL(call, args, what) \ argument
/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/compiler/dex/quick/x86/
Dtarget_x86.cc990 LIR* call = RawLIR(current_dalvik_offset_, kX86CallI, 0, in CallWithLinkerFixup() local
Dint_x86.cc1402 LIR* call = NewLIR1(kX86CallI, 0); in OpLoadPc() local