Home
last modified time | relevance | path

Searched refs:GetArrayU16ClassPointerTlsOffset (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/libllvmbackend/
Dets_llvm_ir_constructor_gen.inl56 auto offset = GetGraph()->GetRuntime()->GetArrayU16ClassPointerTlsOffset(GetGraph()->GetArch());
66 auto offset = GetGraph()->GetRuntime()->GetArrayU16ClassPointerTlsOffset(GetGraph()->GetArch());
124 auto offset = GetGraph()->GetRuntime()->GetArrayU16ClassPointerTlsOffset(GetGraph()->GetArch());
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dcodegen_intrinsics_ets.cpp131 …c->EncodeLdr(klass, false, MemRef(cg->ThreadReg(), runtime->GetArrayU16ClassPointerTlsOffset(cg->G… in GenerateSbAppendCall()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h679 uintptr_t GetArrayU16ClassPointerTlsOffset(Arch arch) const in GetArrayU16ClassPointerTlsOffset() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2424 … MemRef(ThreadReg(), runtime->GetArrayU16ClassPointerTlsOffset(GetArch()))); in CreateStringGetCharsTlab()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp857 auto offset = GetGraph()->GetRuntime()->GetArrayU16ClassPointerTlsOffset(GetGraph()->GetArch()); in EmitStringGetCharsTlab()