Home
last modified time | relevance | path

Searched refs:GetIsDebugModeOffset (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h957 static size_t GetIsDebugModeOffset(bool isArch32) in GetIsDebugModeOffset() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp197 GateRef isDebugModeOffset = IntPtr(JSThread::GlueData::GetIsDebugModeOffset(env->Is32Bit())); \
210 GateRef isDebugModeOffset = IntPtr(JSThread::GlueData::GetIsDebugModeOffset(env->Is32Bit())); \