Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_thumb_test.cc257 __ StoreStackOffsetToThread(ThreadOffset32(512), FrameOffset(4096), scratch_register); in TEST_F() local
/art/compiler/jni/quick/
Djni_compiler.cc244 __ StoreStackOffsetToThread(Thread::TopHandleScopeOffset<kPointerSize>(), in ArtJniCompileMethodInternal() local
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc364 void ArmVIXLJNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset32 thr_offs, in StoreStackOffsetToThread() function in art::arm::ArmVIXLJNIMacroAssembler
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc187 void X86JNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset32 thr_offs, in StoreStackOffsetToThread() function in art::x86::X86JNIMacroAssembler
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc224 void X86_64JNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset64 thr_offs, in StoreStackOffsetToThread() function in art::x86_64::X86_64JNIMacroAssembler
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc175 void Arm64JNIMacroAssembler::StoreStackOffsetToThread(ThreadOffset64 tr_offs, in StoreStackOffsetToThread() function in art::arm64::Arm64JNIMacroAssembler