/art/runtime/gc/space/ |
D | malloc_space.h | 38 #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 | 149 #define CHECK_PTHREAD_CALL(call, args, what) \ argument
|
/art/compiler/optimizing/ |
D | inliner.cc | 57 HInvokeStaticOrDirect* call = instruction->AsInvokeStaticOrDirect(); in Run() local
|
D | code_generator_x86_64.cc | 377 __ 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
|
D | code_generator_x86.cc | 1294 __ 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
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 574 LIR* call = RawLIR(current_dalvik_offset_, kA64Bl1t, 0, in CallWithLinkerFixup() local
|
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 742 LIR* call = RawLIR(current_dalvik_offset_, kThumb2Bl, 0, in CallWithLinkerFixup() local
|
/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/dex2oat/ |
D | dex2oat.cc | 351 #define CHECK_WATCH_DOG_PTHREAD_CALL(call, args, what) \ argument
|
/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/compiler/dex/quick/x86/ |
D | target_x86.cc | 990 LIR* call = RawLIR(current_dalvik_offset_, kX86CallI, 0, in CallWithLinkerFixup() local
|
D | int_x86.cc | 1402 LIR* call = NewLIR1(kX86CallI, 0); in OpLoadPc() local
|