Searched defs:StoreStackOffsetToThread (Results 1 – 9 of 9) sorted by relevance
| /art/compiler/jni/quick/ |
| D | jni_compiler.cc | 250 __ StoreStackOffsetToThread(Thread::TopHandleScopeOffset<kPointerSize>(), in ArtJniCompileMethodInternal() local
|
| /art/compiler/utils/arm/ |
| D | jni_macro_assembler_arm_vixl.cc | 305 void ArmVIXLJNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset32 thr_offs, in StoreStackOffsetToThread() function in art::arm::ArmVIXLJNIMacroAssembler
|
| D | jni_macro_assembler_arm.cc | 341 void ArmJNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset32 thr_offs, in StoreStackOffsetToThread() function in art::arm::ArmJNIMacroAssembler
|
| /art/compiler/utils/x86/ |
| 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.cc | 205 void X86_64JNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset64 thr_offs, in StoreStackOffsetToThread() function in art::x86_64::X86_64JNIMacroAssembler
|
| /art/compiler/utils/arm64/ |
| D | jni_macro_assembler_arm64.cc | 168 void Arm64JNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset64 tr_offs, in StoreStackOffsetToThread() function in art::arm64::Arm64JNIMacroAssembler
|
| /art/compiler/utils/ |
| D | assembler_thumb_test.cc | 1697 __ StoreStackOffsetToThread(ThreadOffset32(512), FrameOffset(4096), scratch_register); in TEST_F() local
|
| /art/compiler/utils/mips/ |
| D | assembler_mips.cc | 3454 void MipsAssembler::StoreStackOffsetToThread(ThreadOffset32 thr_offs, in StoreStackOffsetToThread() function in art::mips::MipsAssembler
|
| /art/compiler/utils/mips64/ |
| D | assembler_mips64.cc | 2899 void Mips64Assembler::StoreStackOffsetToThread(ThreadOffset64 thr_offs, in StoreStackOffsetToThread() function in art::mips64::Mips64Assembler
|