Searched defs:littleEndianHandle (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_dataview.cpp | 480 JSHandle<JSTaggedValue> littleEndianHandle = GetCallArg(argv, 1); in GetTypedValue() local 496 JSHandle<JSTaggedValue> littleEndianHandle = GetCallArg(argv, BuiltinsBase::ArgsPosition::THIRD); in SetTypedValue() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_dataview_stub_builder.cpp | 54 GateRef littleEndianHandle; // need to init
in SetTypedValue() local 109 SetValueInBufferForInt32(GateRef glue, GateRef pointer, GateRef offset, GateRef value, GateRef littleEndianHandle) SetValueInBufferForInt32() argument 144 SetValueInBufferForInt64(GateRef glue, GateRef pointer, GateRef offset, GateRef value, GateRef littleEndianHandle) SetValueInBufferForInt64() argument
|
Completed in 3 milliseconds