Searched defs:valueOffset (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_stubs.cpp | 427 GateRef valueOffset = IntPtr(JSPrimitiveRef::VALUE_OFFSET);
in DECLARE_BUILTINS() local 429 Store(VariableType::INT64(), glue, *res, valueOffset, FastToBoolean(value));
in DECLARE_BUILTINS() local
|
| H A D | builtins_number_stub_builder.cpp | 290 GateRef valueOffset = IntPtr(JSPrimitiveRef::VALUE_OFFSET);
in GenNumberConstructor() local 291 Store(VariableType::INT64(), glue_, *res, valueOffset, *numberValue);
in GenNumberConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | circuit_builder.cpp | 1126 GateRef valueOffset = IntPtr(JSPrimitiveRef::VALUE_OFFSET); in NewJSPrimitiveRef() local 1127 Store(VariableType::JS_ANY(), glue, newObj, valueOffset, obj); in NewJSPrimitiveRef() local
|
| H A D | typed_hcr_lowering.cpp | 2750 GateRef valueOffset = builder_.IntPtr(JSPrimitiveRef::VALUE_OFFSET); in NewJSPrimitiveRef() local 2751 builder_.Store(VariableType::JS_ANY(), glue, res, valueOffset, value); in NewJSPrimitiveRef() local
|
| H A D | stub_builder-inl.h | 1969 GateRef valueOffset = IntPtr(PropertyBox::VALUE_OFFSET); in IsInvalidPropertyBox() local 1976 GateRef valueOffset = IntPtr(PropertyBox::VALUE_OFFSET); in IsAccessorPropertyBox() local 1983 GateRef valueOffset = IntPtr(PropertyBox::VALUE_OFFSET); in GetValueFromPropertyBox() local 1989 GateRef valueOffset = IntPtr(PropertyBox::VALUE_OFFSET); in SetValueToPropertyBox() local 1990 Store(VariableType::JS_ANY(), glue, obj, valueOffset, value); in SetValueToPropertyBox() local
|
Completed in 21 milliseconds