Searched defs:exceptionOffset (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 5843 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 D | interpreter_stub.cpp | 5275 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 D | circuit_builder.cpp | 519 GateRef exceptionOffset = IntPtr(JSThread::GlueData::GetExceptionOffset(env_->IsArch32Bit())); in HasPendingException() local
|
H A D | slowpath_lowering.cpp | 1131 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 D | stub_builder-inl.h | 3527 GateRef exceptionOffset = IntPtr(JSThread::GlueData::GetExceptionOffset(env_->IsArch32Bit())); in HasPendingException() local
|
H A D | stub_builder.cpp | 8338 GateRef exceptionOffset = IntPtr(JSThread::GlueData::GetExceptionOffset(env->IsArch32Bit())); in ReturnExceptionIfAbruptCompletion() local
|
Completed in 59 milliseconds