Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_dataview.cpp480 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 Dbuiltins_dataview_stub_builder.cpp54 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