| /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 | js_hclass-inl.h | 63 auto metaData = JSHandle<JSTaggedValue>(thread, in AddTransitions() local 72 … auto metaData = JSHandle<JSTaggedValue>(thread, JSTaggedValue(attributes.GetPropertyMetaData())); in AddTransitions() local 101 auto metaData = JSHandle<JSTaggedValue>(thread, in AddProtoTransitions() local 116 inline JSHClass *JSHClass::FindTransitions(const JSTaggedValue &key, const JSTaggedValue &metaData, in FindTransitions() 208 const PropertyAttributes &metaData) in UpdatePropertyMetaData()
|
| D | tagged_dictionary.cpp | 218 …ameDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &metaData) in SetAttributes() 225 const PropertyAttributes &metaData) in SetEntry() 233 const PropertyAttributes &metaData) in UpdateValueAndAttributes() 247 PropertyAttributes metaData; in ClearEntry() local 399 …berDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &metaData) in SetAttributes() 406 const PropertyAttributes &metaData) in SetEntry() 414 const PropertyAttributes &metaData) in UpdateValueAndAttributes() 428 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 | 266 explicit PropertyMetaData(uint32_t metaData) : metaData_(metaData) {} in PropertyMetaData() 323 OperationResult(const JSThread *thread, JSTaggedValue value, PropertyMetaData metaData) in OperationResult()
|
| D | tagged_hash_table.h | 425 const PropertyAttributes &metaData) in PutIfAbsent() 452 const PropertyAttributes &metaData) in Put()
|
| D | js_hclass.cpp | 32 … const JSHandle<JSTaggedValue> &metaData) in PutIfAbsent() 57 int TransitionsDictionary::FindEntry(const JSTaggedValue &key, const JSTaggedValue &metaData) in FindEntry() 82 const JSTaggedValue &metaData) in Remove()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | transitions_dictionary_test.cpp | 34 JSHandle<JSTaggedValue> metaData(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 106 JSHandle<JSTaggedValue> metaData(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 152 JSHandle<JSTaggedValue> metaData(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 166 JSHandle<JSTaggedValue> metaData(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 179 JSHandle<JSTaggedValue> metaData(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 202 JSHandle<JSTaggedValue> metaData(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 224 JSHandle<JSTaggedValue> metaData(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local 244 JSHandle<JSTaggedValue> metaData(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
| D | tagged_dictionary_test.cpp | 120 PropertyAttributes metaData; in HWTEST_F_L0() local 151 PropertyAttributes metaData; in HWTEST_F_L0() local 249 PropertyAttributes metaData; in HWTEST_F_L0() local 280 PropertyAttributes metaData; in HWTEST_F_L0() local 305 PropertyAttributes metaData; in HWTEST_F_L0() local
|
| D | global_dictionary_test.cpp | 205 PropertyAttributes metaData; in HWTEST_F_L0() local 247 PropertyAttributes metaData; in HWTEST_F_L0() local 307 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 | 113 void DebugInfoDumper::WriteMetaData(const std::vector<pandasm::AnnotationData> &metaData) in WriteMetaData()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_info_collector.cpp | 179 auto metaData = bytecodes_.GetBytecodeMetaData(curPc); in CollectMethodPcsFromBC() local 214 …eInfoCollector::IsVRegUsed(const BytecodeInstruction &inst, const BytecodeMetaData &metaData, uint… in IsVRegUsed()
|
| D | bytecode_circuit_builder.cpp | 718 auto metaData = circuit_->FrameArgs(accessor.ToValue()); in BuildFrameArgs() local
|
| D | frame_states.cpp | 488 … const GateMetaData *metaData = isLoop ? circuit_->LoopBegin(numOfIns) : circuit_->Merge(numOfIns); in InitMerge() local
|
| D | stub_builder.cpp | 905 GateRef StubBuilder::IsMatchInTransitionDictionary(GateRef element, GateRef key, GateRef metaData, … in IsMatchInTransitionDictionary() 910 …r::FindEntryFromTransitionDictionary(GateRef glue, GateRef elements, GateRef key, GateRef metaData) in FindEntryFromTransitionDictionary() 1431 GateRef metaData = GetPropertyMetaDataFromAttr(attr); in JSHClassAddProperty() local 4247 GateRef StubBuilder::FindTransitions(GateRef glue, GateRef hclass, GateRef key, GateRef metaData, G… in FindTransitions()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 1254 BreakpointDetails metaData{}; in RemoveBreakpoint() local 1337 BreakpointDetails metaData{lineNumber, 0, url}; in AddBreakpointDetail() local
|