Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dcontainers_lightweightmap_stub_builder.h45 GateRef valuesOffset = IntPtr(JSAPILightWeightMap::LWP_VALUES_OFFSET); in GetValue() local
46 GateRef values = Load(VariableType::JS_POINTER(), obj, valuesOffset); in GetValue()
H A Dcontainers_lightweightset_stub_builder.h43 GateRef valuesOffset = IntPtr(JSAPILightWeightSet::VALUES_OFFSET); in GetValue() local
44 GateRef values = Load(VariableType::JS_POINTER(), obj, valuesOffset); in GetValue()

Completed in 1 milliseconds