/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.h | 64 void StoreStackOffsetToThread(ThreadOffset32 thr_offs,
|
D | jni_macro_assembler_x86.cc | 166 void X86JNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset32 thr_offs, in StoreStackOffsetToThread() function in art::x86::X86JNIMacroAssembler
|
/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.h | 65 void StoreStackOffsetToThread(ThreadOffset64 thr_offs,
|
D | jni_macro_assembler_x86_64.cc | 205 void X86_64JNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset64 thr_offs, in StoreStackOffsetToThread() function in art::x86_64::X86_64JNIMacroAssembler
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.h | 69 void StoreStackOffsetToThread(ThreadOffset32 thr_offs,
|
D | jni_macro_assembler_arm_vixl.cc | 315 void ArmVIXLJNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset32 thr_offs, in StoreStackOffsetToThread() function in art::arm::ArmVIXLJNIMacroAssembler
|
/art/compiler/utils/ |
D | jni_macro_assembler.h | 81 virtual void StoreStackOffsetToThread(ThreadOffset<kPointerSize> thr_offs,
|
D | assembler_thumb_test.cc | 268 __ StoreStackOffsetToThread(ThreadOffset32(512), FrameOffset(4096), scratch_register); in TEST_F() local
|
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.h | 70 void StoreStackOffsetToThread(ThreadOffset64 thr_offs,
|
D | jni_macro_assembler_arm64.cc | 168 void Arm64JNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset64 tr_offs, in StoreStackOffsetToThread() function in art::arm64::Arm64JNIMacroAssembler
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 250 __ StoreStackOffsetToThread(Thread::TopHandleScopeOffset<kPointerSize>(), in ArtJniCompileMethodInternal() local
|
/art/compiler/utils/mips/ |
D | assembler_mips.h | 1042 void StoreStackOffsetToThread(ThreadOffset32 thr_offs,
|
D | assembler_mips.cc | 4768 void MipsAssembler::StoreStackOffsetToThread(ThreadOffset32 thr_offs, in StoreStackOffsetToThread() function in art::mips::MipsAssembler
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.h | 1232 void StoreStackOffsetToThread(ThreadOffset64 thr_offs,
|
D | assembler_mips64.cc | 3218 void Mips64Assembler::StoreStackOffsetToThread(ThreadOffset64 thr_offs, in StoreStackOffsetToThread() function in art::mips64::Mips64Assembler
|