Searched refs:handleOffset (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | profiler_stub_builder.cpp | 163 GateRef handleOffset = IntPtr(ProfileTypeInfoCell::HANDLE_OFFSET); in ProfileDefineClass() local 164 GateRef handle = Load(VariableType::JS_ANY(), slotValue, handleOffset); in ProfileDefineClass() 168 Store(VariableType::JS_POINTER(), glue, slotValue, handleOffset, weakCtor); in ProfileDefineClass() local
|
H A D | new_object_stub_builder.cpp | 2446 GateRef handleOffset = IntPtr(ProfileTypeInfoCell::HANDLE_OFFSET);
in NewProfileTypeInfoCell() local 2447 Store(VariableType::JS_POINTER(), glue, *result, handleOffset, Undefined());
in NewProfileTypeInfoCell() local
|
Completed in 8 milliseconds