Home
last modified time | relevance | path

Searched refs:StoreStackOffsetToThread (Results 1 – 15 of 15) sorted by relevance

/art/compiler/utils/x86/
Djni_macro_assembler_x86.h64 void StoreStackOffsetToThread(ThreadOffset32 thr_offs,
Djni_macro_assembler_x86.cc166 void X86JNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset32 thr_offs, in StoreStackOffsetToThread() function in art::x86::X86JNIMacroAssembler
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.h65 void StoreStackOffsetToThread(ThreadOffset64 thr_offs,
Djni_macro_assembler_x86_64.cc205 void X86_64JNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset64 thr_offs, in StoreStackOffsetToThread() function in art::x86_64::X86_64JNIMacroAssembler
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h69 void StoreStackOffsetToThread(ThreadOffset32 thr_offs,
Djni_macro_assembler_arm_vixl.cc315 void ArmVIXLJNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset32 thr_offs, in StoreStackOffsetToThread() function in art::arm::ArmVIXLJNIMacroAssembler
/art/compiler/utils/
Djni_macro_assembler.h81 virtual void StoreStackOffsetToThread(ThreadOffset<kPointerSize> thr_offs,
Dassembler_thumb_test.cc268 __ StoreStackOffsetToThread(ThreadOffset32(512), FrameOffset(4096), scratch_register); in TEST_F() local
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.h70 void StoreStackOffsetToThread(ThreadOffset64 thr_offs,
Djni_macro_assembler_arm64.cc168 void Arm64JNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset64 tr_offs, in StoreStackOffsetToThread() function in art::arm64::Arm64JNIMacroAssembler
/art/compiler/jni/quick/
Djni_compiler.cc250 __ StoreStackOffsetToThread(Thread::TopHandleScopeOffset<kPointerSize>(), in ArtJniCompileMethodInternal() local
/art/compiler/utils/mips/
Dassembler_mips.h1042 void StoreStackOffsetToThread(ThreadOffset32 thr_offs,
Dassembler_mips.cc4768 void MipsAssembler::StoreStackOffsetToThread(ThreadOffset32 thr_offs, in StoreStackOffsetToThread() function in art::mips::MipsAssembler
/art/compiler/utils/mips64/
Dassembler_mips64.h1232 void StoreStackOffsetToThread(ThreadOffset64 thr_offs,
Dassembler_mips64.cc3218 void Mips64Assembler::StoreStackOffsetToThread(ThreadOffset64 thr_offs, in StoreStackOffsetToThread() function in art::mips64::Mips64Assembler