Home
last modified time | relevance | path

Searched defs:metaData (Results 1 – 17 of 17) 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()
Djs_hclass-inl.h63 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()
Dtagged_dictionary.cpp218 …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
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()
Djs_object.h266 explicit PropertyMetaData(uint32_t metaData) : metaData_(metaData) {} in PropertyMetaData()
323 OperationResult(const JSThread *thread, JSTaggedValue value, PropertyMetaData metaData) in OperationResult()
Dtagged_hash_table.h425 const PropertyAttributes &metaData) in PutIfAbsent()
452 const PropertyAttributes &metaData) in Put()
Djs_hclass.cpp32const 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/
Dtransitions_dictionary_test.cpp34 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
Dtagged_dictionary_test.cpp120 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
Dglobal_dictionary_test.cpp205 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/
DdebuginfoDumper.cpp115 void DebugInfoDumper::WriteMetaData(const std::vector<pandasm::AnnotationData> &metaData) in WriteMetaData()
/arkcompiler/ets_frontend/es2panda/compiler/debugger/
DdebuginfoDumper.cpp113 void DebugInfoDumper::WriteMetaData(const std::vector<pandasm::AnnotationData> &metaData) in WriteMetaData()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp179 auto metaData = bytecodes_.GetBytecodeMetaData(curPc); in CollectMethodPcsFromBC() local
214 …eInfoCollector::IsVRegUsed(const BytecodeInstruction &inst, const BytecodeMetaData &metaData, uint… in IsVRegUsed()
Dbytecode_circuit_builder.cpp718 auto metaData = circuit_->FrameArgs(accessor.ToValue()); in BuildFrameArgs() local
Dframe_states.cpp488 … const GateMetaData *metaData = isLoop ? circuit_->LoopBegin(numOfIns) : circuit_->Merge(numOfIns); in InitMerge() local
Dstub_builder.cpp905 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/
Ddebugger_impl.cpp1254 BreakpointDetails metaData{}; in RemoveBreakpoint() local
1337 BreakpointDetails metaData{lineNumber, 0, url}; in AddBreakpointDetail() local