Home
last modified time | relevance | path

Searched refs:unshareCpOffset (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp586 GateRef unshareCpOffset = static_cast<int32_t>(JSThread::GlueData::GetUnSharedConstpoolsOffset(env_->Is32Bit())); in GetUnsharedConstpoolFromGlue() local
587 GateRef unshareCpAddr = Load(VariableType::NATIVE_POINTER(), glue, IntPtr(unshareCpOffset)); in GetUnsharedConstpoolFromGlue()
H A Dslowpath_lowering.cpp3900 GateRef unshareCpOffset = static_cast<int32_t>(JSThread::GlueData::GetUnSharedConstpoolsOffset(false)); in LowerGetUnsharedConstPool() local
3902 builder_.Load(VariableType::NATIVE_POINTER(), glue_, builder_.IntPtr(unshareCpOffset), index); in LowerGetUnsharedConstPool()

Completed in 11 milliseconds