Home
last modified time | relevance | path

Searched defs:StoreStackOffsetToThread (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test.cc159 __ StoreStackOffsetToThread(ThreadOffset32(512), FrameOffset(4096)); in TEST_F() local
/art/compiler/jni/quick/
Djni_compiler.cc254 __ StoreStackOffsetToThread(Thread::TopHandleScopeOffset<kPointerSize>(), in ArtJniCompileMethodInternal() local
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc177 void X86JNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset32 thr_offs, FrameOffset fr_offs) { in StoreStackOffsetToThread() function in art::x86::X86JNIMacroAssembler
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc203 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.cc350 void ArmVIXLJNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset32 thr_offs, in StoreStackOffsetToThread() function in art::arm::ArmVIXLJNIMacroAssembler
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc172 void Arm64JNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset64 tr_offs, FrameOffset fr_offs) { in StoreStackOffsetToThread() function in art::arm64::Arm64JNIMacroAssembler