| /arkcompiler/ets_runtime/ecmascript/ |
| D | transitions_dictionary.h | 40 …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()
|
| D | tagged_dictionary.cpp | 202 …ameDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &metaData) in SetAttributes() 209 const PropertyAttributes &metaData) in SetEntry() 217 const PropertyAttributes &metaData) in UpdateValueAndAttributes() 231 PropertyAttributes metaData; in ClearEntry() local 378 …berDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &metaData) in SetAttributes() 385 const PropertyAttributes &metaData) in SetEntry() 393 const PropertyAttributes &metaData) in UpdateValueAndAttributes() 407 PropertyAttributes metaData; in ClearEntry() local
|
| D | global_dictionary-inl.h | 78 PropertyAttributes metaData; in ClearEntry() local 83 const PropertyAttributes &metaData) in UpdateValueAndAttributes() 89 …balDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &metaData) in SetAttributes()
|
| D | js_object.h | 263 explicit PropertyMetaData(uint32_t metaData) : metaData_(metaData) {} in PropertyMetaData() 320 OperationResult(const JSThread *thread, JSTaggedValue value, PropertyMetaData metaData) in OperationResult()
|
| D | tagged_hash_table.h | 413 const PropertyAttributes &metaData) in PutIfAbsent() 440 const PropertyAttributes &metaData) in Put()
|
| D | js_hclass-inl.h | 152 const PropertyAttributes &metaData) in UpdatePropertyMetaData()
|
| D | js_hclass.cpp | 41 … const JSHandle<JSTaggedValue> &metaData) in PutIfAbsent() 66 int TransitionsDictionary::FindEntry(const JSTaggedValue &key, const JSTaggedValue &metaData) in FindEntry() 91 const JSTaggedValue &metaData) in Remove()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | transitions_dictionary_test.cpp | 58 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
|
| D | tagged_dictionary_test.cpp | 144 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
|
| D | global_dictionary_test.cpp | 229 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/ets2panda/compiler/debugger/ |
| D | debuginfoDumper.cpp | 115 void DebugInfoDumper::WriteMetaData(const std::vector<pandasm::AnnotationData> &metaData) in WriteMetaData()
|
| /arkcompiler/ets_frontend/es2panda/compiler/debugger/ |
| D | debuginfoDumper.cpp | 118 void DebugInfoDumper::WriteMetaData(const std::vector<pandasm::AnnotationData> &metaData) in WriteMetaData()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_circuit_builder.cpp | 399 auto metaData = circuit_->FrameArgs(accessor.ToValue()); in BuildFrameArgs() local
|
| D | frame_states.cpp | 415 const GateMetaData* metaData = bbNext.loopNumber > 0 ? in NewMerge() local
|
| D | stub_builder.cpp | 397 GateRef StubBuilder::IsMatchInTransitionDictionary(GateRef element, GateRef key, GateRef metaData, … in IsMatchInTransitionDictionary() 403 …r::FindEntryFromTransitionDictionary(GateRef glue, GateRef elements, GateRef key, GateRef metaData) in FindEntryFromTransitionDictionary() 820 GateRef metaData = GetPropertyMetaDataFromAttr(attr); in JSHClassAddProperty() local 3242 …der::FindTransitions(GateRef glue, GateRef receiver, GateRef hclass, GateRef key, GateRef metaData) in FindTransitions()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 920 BreakpointDetails metaData{}; in RemoveBreakpoint() local 1025 BreakpointDetails metaData{lineNumber, 0, url}; in SetBreakpointByUrl() local
|