Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.h395 bool SetData(int data) in SetData() function
479 bool SetData(int data) in SetData() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.cpp141 bool MachineCode::SetData(JSThread *thread, const MachineCodeDesc &desc, JSHandle<Method> &method, … 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.h191 std::enable_if_t<std::is_trivially_copyable_v<T>> SetData(T val) in SetData() function
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_events.h194 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/libpandafile/
Dfile_items.cpp1629 void LineNumberProgramItem::SetData(std::vector<uint8_t> &&data) in SetData() function in panda::panda_file::LineNumberProgramItem
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.cpp1728 void LineNumberProgramItem::SetData(std::vector<uint8_t> &&data) in SetData() function in ark::panda_file::LineNumberProgramItem
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp1391 HWTEST_F_L0(JSNApiTests, SetData) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp4124 void FunctionRef::SetData(const EcmaVM *vm, void *data, NativePointerCallback deleter, [[maybe_unus… in SetData() function in panda::FunctionRef