Home
last modified time | relevance | path

Searched refs:GetInterruptVectorOffset (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h822 static size_t GetInterruptVectorOffset(bool isArch32) in GetInterruptVectorOffset() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp3152 …builder_.IntPtr(JSThread::GlueData::GetInterruptVectorOffset(builder_.GetCompilationConfig()->Is32… in LowerCheckSafePointAndStackOver()
Dinterpreter_stub.cpp123 …GateRef iVecOffset = IntPtr(JSThread::GlueData::GetInterruptVectorOffset(env->IsArch32Bit())); …