Home
last modified time | relevance | path

Searched defs:metaData (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtransitions_dictionary.h40 …static inline bool IsMatch(const JSTaggedValue &key, const JSTaggedValue &metaData, const JSTagged… in IsMatch()
46 static inline int Hash(const JSTaggedValue &key, const JSTaggedValue &metaData) in Hash()
102 inline void SetAttributes(const JSThread *thread, int entry, JSTaggedValue metaData) in SetAttributes()
109 const JSTaggedValue &metaData) in SetEntry()
Dtagged_dictionary.cpp149 …ameDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &metaData) in SetAttributes()
156 const PropertyAttributes &metaData) in SetEntry()
164 const PropertyAttributes &metaData) in UpdateValueAndAttributes()
178 PropertyAttributes metaData; in ClearEntry() local
318 …berDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &metaData) in SetAttributes()
325 const PropertyAttributes &metaData) in SetEntry()
333 const PropertyAttributes &metaData) in UpdateValueAndAttributes()
347 PropertyAttributes metaData; in ClearEntry() local
Dglobal_dictionary-inl.h78 PropertyAttributes metaData; in ClearEntry() local
83 const PropertyAttributes &metaData) in UpdateValueAndAttributes()
89 …balDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &metaData) in SetAttributes()
192 const PropertyAttributes &metaData) in InvalidatePropertyBox()
Djs_object.h231 explicit PropertyMetaData(uint32_t metaData) : metaData_(metaData) {} in PropertyMetaData()
288 OperationResult(const JSThread *thread, JSTaggedValue value, PropertyMetaData metaData) in OperationResult()
Djs_hclass.cpp37const JSHandle<JSTaggedValue> &metaData) in PutIfAbsent()
62 int TransitionsDictionary::FindEntry(const JSTaggedValue &key, const JSTaggedValue &metaData) in FindEntry()
87 const JSTaggedValue &metaData) in Remove()
Djs_hclass-inl.h150 const PropertyAttributes &metaData) in UpdatePropertyMetaData()
Dtagged_hash_table.h411 const PropertyAttributes &metaData) in PutIfAbsent()
438 const PropertyAttributes &metaData) in Put()
/arkcompiler/ets_runtime/ecmascript/tests/
Dtransitions_dictionary_test.cpp58 JSHandle<JSTaggedValue> metaData(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
130 JSHandle<JSTaggedValue> metaData(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
164 JSHandle<JSTaggedValue> metaData(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
181 JSHandle<JSTaggedValue> metaData(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
199 JSHandle<JSTaggedValue> metaData(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
224 JSHandle<JSTaggedValue> metaData(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
249 JSHandle<JSTaggedValue> metaData(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
273 JSHandle<JSTaggedValue> metaData(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Dtagged_dictionary_test.cpp144 PropertyAttributes metaData; in HWTEST_F_L0() local
174 PropertyAttributes metaData; in HWTEST_F_L0() local
272 PropertyAttributes metaData; in HWTEST_F_L0() local
303 PropertyAttributes metaData; in HWTEST_F_L0() local
328 PropertyAttributes metaData; in HWTEST_F_L0() local
Dglobal_dictionary_test.cpp229 PropertyAttributes metaData; in HWTEST_F_L0() local
271 PropertyAttributes metaData; in HWTEST_F_L0() local
331 PropertyAttributes metaData; in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/compiler/debugger/
DdebuginfoDumper.cpp118 void DebugInfoDumper::WriteMetaData(const std::vector<pandasm::AnnotationData> &metaData) in WriteMetaData()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp721 BreakpointDetails metaData{}; in RemoveBreakpoint() local
822 BreakpointDetails metaData{lineNumber, 0, url}; in SetBreakpointByUrl() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp541 auto metaData = circuit_->FrameArgs(); in BuildFrameArgs() local
Dstub_builder.cpp335 GateRef StubBuilder::IsMatchInTransitionDictionary(GateRef element, GateRef key, GateRef metaData, … in IsMatchInTransitionDictionary()
341 …r::FindEntryFromTransitionDictionary(GateRef glue, GateRef elements, GateRef key, GateRef metaData) in FindEntryFromTransitionDictionary()
716 GateRef metaData = GetPropertyMetaDataFromAttr(attr); in JSHClassAddProperty() local
2618 …der::FindTransitions(GateRef glue, GateRef receiver, GateRef hclass, GateRef key, GateRef metaData) in FindTransitions()