Home
last modified time | relevance | path

Searched defs:StoreStackOffsetToThread32 (Results 1 – 5 of 5) sorted by relevance

/art/compiler/utils/
Dassembler.cc177 void Assembler::StoreStackOffsetToThread32(ThreadOffset<4> thr_offs ATTRIBUTE_UNUSED, in StoreStackOffsetToThread32() function in art::Assembler
/art/compiler/jni/quick/
Djni_compiler.cc137 __ StoreStackOffsetToThread32(Thread::TopHandleScopeOffset<4>(), in ArtJniCompileMethodInternal() local
/art/compiler/utils/arm/
Dassembler_arm.cc634 void ArmAssembler::StoreStackOffsetToThread32(ThreadOffset<4> thr_offs, in StoreStackOffsetToThread32() function in art::arm::ArmAssembler
/art/compiler/utils/x86/
Dassembler_x86.cc2050 void X86Assembler::StoreStackOffsetToThread32(ThreadOffset<4> thr_offs, in StoreStackOffsetToThread32() function in art::x86::X86Assembler
/art/compiler/utils/mips/
Dassembler_mips.cc2582 void MipsAssembler::StoreStackOffsetToThread32(ThreadOffset<kMipsWordSize> thr_offs, in StoreStackOffsetToThread32() function in art::mips::MipsAssembler