Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Dpt_value.h32 void SetData(uint64_t data) in SetData() function
/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/mem/
Dmachine_code.cpp23 void MachineCode::SetData(const MachineCodeDesc *desc, JSHandle<Method> &method, size_t dataSize) in SetData() function in panda::ecmascript::MachineCode
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.h394 bool SetData(int data) in SetData() function
478 bool SetData(int data) in SetData() function
Decma_context.h161 void SetData(void* data) in SetData() function
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_global_data.h110 void SetData(JSTaggedValue data) in SetData() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_value.h184 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.cpp1565 void LineNumberProgramItem::SetData(std::vector<uint8_t> &&data) in SetData() function in panda::panda_file::LineNumberProgramItem
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp1609 void LineNumberProgramItem::SetData(std::vector<uint8_t> &&data) in SetData() function in panda::panda_file::LineNumberProgramItem
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2376 void FunctionRef::SetData(const EcmaVM *vm, void *data, Deleter deleter, bool callNapi) in SetData() function in panda::FunctionRef