Home
last modified time | relevance | path

Searched defs:SetData (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_arraybuffer.h77 void SetData(EtsCoroutine *coro, EtsByteArray *data) in SetData() function
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.h395 bool SetData(int data) in SetData() function
479 bool SetData(int data) in SetData() function
Decma_context.h234 void SetData(void* data) in SetData() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.cpp119 bool MachineCode::SetData(const MachineCodeDesc &desc, JSHandle<Method> &method, size_t dataSize, R… in SetData() function in panda::ecmascript::MachineCode
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_global_data.h112 void SetData(JSTaggedValue data) in SetData() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_value.h187 std::enable_if_t<std::is_trivially_copyable_v<T>> SetData(T val) in SetData() function
/arkcompiler/toolchain/tooling/base/
Dpt_events.h178 Paused &SetData(std::unique_ptr<RemoteObject> data) in SetData() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h355 void SetData(EncodeDataType data) in SetData() function
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.cpp1572 void LineNumberProgramItem::SetData(std::vector<uint8_t> &&data) in SetData() function in ark::panda_file::LineNumberProgramItem
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp1629 void LineNumberProgramItem::SetData(std::vector<uint8_t> &&data) in SetData() function in panda::panda_file::LineNumberProgramItem
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp1406 HWTEST_F_L0(JSNApiTests, SetData) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3853 void FunctionRef::SetData(const EcmaVM *vm, void *data, NativePointerCallback deleter, [[maybe_unus… in SetData() function in panda::FunctionRef