Home
last modified time | relevance | path

Searched defs:littleEndianHandle (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_dataview_stub_builder.cpp54 GateRef littleEndianHandle; // need to init in SetTypedValue() local
111 GateRef value, GateRef littleEndianHandle) in SetValueInBufferForInt32()
146 GateRef value, GateRef littleEndianHandle) in SetValueInBufferForInt64()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.cpp475 JSHandle<JSTaggedValue> littleEndianHandle = GetCallArg(argv, 1); in GetTypedValue() local
491 … JSHandle<JSTaggedValue> littleEndianHandle = GetCallArg(argv, BuiltinsBase::ArgsPosition::THIRD); in SetTypedValue() local