Home
last modified time | relevance | path

Searched defs:exceptionOffset (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp5843 GateRef exceptionOffset = IntPtr(JSThread::GlueData::GetExceptionOffset(env->IsArch32Bit())); in GenerateCircuit() local
5857 Store(VariableType::INT64(), glue, glue, exceptionOffset, Hole()); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp5275 GateRef exceptionOffset = IntPtr(JSThread::GlueData::GetExceptionOffset(env->IsArch32Bit())); in DECLARE_ASM_HANDLER_NOPRINT() local
5289 Store(VariableType::INT64(), glue, glue, exceptionOffset, Hole()); in DECLARE_ASM_HANDLER_NOPRINT() local
H A Dcircuit_builder.cpp519 GateRef exceptionOffset = IntPtr(JSThread::GlueData::GetExceptionOffset(env_->IsArch32Bit())); in HasPendingException() local
H A Dslowpath_lowering.cpp1131 GateRef exceptionOffset = builder_.Int64(JSThread::GlueData::GetExceptionOffset(false)); in LowerThrow() local
1132 builder_.Store(VariableType::INT64(), glue_, glue_, exceptionOffset, exception); in LowerThrow() local
1259 GateRef exceptionOffset = builder_.Int64(JSThread::GlueData::GetExceptionOffset(false)); in LowerExceptionHandler() local
H A Dstub_builder-inl.h3527 GateRef exceptionOffset = IntPtr(JSThread::GlueData::GetExceptionOffset(env_->IsArch32Bit())); in HasPendingException() local
H A Dstub_builder.cpp8338 GateRef exceptionOffset = IntPtr(JSThread::GlueData::GetExceptionOffset(env->IsArch32Bit())); in ReturnExceptionIfAbruptCompletion() local

Completed in 59 milliseconds