Home
last modified time | relevance | path

Searched defs:metaData (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A 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
H A 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
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/debugger/
H A DdebuginfoDumper.cpp115 void DebugInfoDumper::WriteMetaData(const std::vector<pandasm::AnnotationData> &metaData) in WriteMetaData() argument
/arkcompiler/ets_frontend/es2panda/compiler/debugger/
H A DdebuginfoDumper.cpp118 void DebugInfoDumper::WriteMetaData(const std::vector<pandasm::AnnotationData> &metaData) in WriteMetaData() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dtransitions_dictionary.h40 static inline bool IsMatch(const JSTaggedValue &key, const JSTaggedValue &metaData, const JSTaggedValue &otherKey, in IsMatch() argument
46 static inline int Hash(const JSTaggedValue &key, const JSTaggedValue &metaData) in Hash() argument
102 inline void SetAttributes(const JSThread *thread, int entry, JSTaggedValue metaData) in SetAttributes() argument
108 SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedValue &value, const JSTaggedValue &metaData) SetEntry() argument
[all...]
H A Dglobal_dictionary-inl.h78 PropertyAttributes metaData; in ClearEntry() local
89 void GlobalDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &metaData) in SetAttributes() argument
82 UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValue &value, const PropertyAttributes &metaData) UpdateValueAndAttributes() argument
H A Djs_hclass-inl.h62 auto metaData = JSHandle<JSTaggedValue>(thread, in AddTransitions() local
71 auto metaData = JSHandle<JSTaggedValue>(thread, JSTaggedValue(attributes.GetPropertyMetaData())); in AddTransitions() local
100 auto metaData = JSHandle<JSTaggedValue>(thread, in AddProtoTransitions() local
115 inline JSHClass *JSHClass::FindTransitions(const JSTaggedValue &key, const JSTaggedValue &metaData, in FindTransitions() argument
206 UpdatePropertyMetaData(const JSThread *thread, [[maybe_unused]] const JSTaggedValue &key, const PropertyAttributes &metaData) UpdatePropertyMetaData() argument
[all...]
H A Dtagged_dictionary.cpp218 void NameDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &metaData) in SetAttributes() argument
247 PropertyAttributes metaData; in ClearEntry() local
399 void NumberDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &metaData) in SetAttributes() argument
224 SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedValue &value, const PropertyAttributes &metaData) SetEntry() argument
232 UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValue &value, const PropertyAttributes &metaData) UpdateValueAndAttributes() argument
405 SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedValue &value, const PropertyAttributes &metaData) SetEntry() argument
413 UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValue &value, const PropertyAttributes &metaData) UpdateValueAndAttributes() argument
428 PropertyAttributes metaData; ClearEntry() local
[all...]
H A Dtagged_hash_table.h423 PutIfAbsent(const JSThread *thread, const JSHandle<Derived> &table, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, const PropertyAttributes &metaData) PutIfAbsent() argument
450 Put(const JSThread *thread, const JSHandle<Derived> &table, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, const PropertyAttributes &metaData) Put() argument
H A Djs_object.h266 explicit PropertyMetaData(uint32_t metaData) : metaData_(metaData) {} in PropertyMetaData() argument
323 OperationResult(const JSThread *thread, JSTaggedValue value, PropertyMetaData metaData) in OperationResult() argument
H A Djs_hclass.cpp58 int TransitionsDictionary::FindEntry(const JSTaggedValue &key, const JSTaggedValue &metaData) in FindEntry() argument
29 PutIfAbsent(const JSThread *thread, const JSHandle<TransitionsDictionary> &dictionary, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &metaData) PutIfAbsent() argument
80 Remove(const JSThread *thread, const JSHandle<TransitionsDictionary> &table, const JSHandle<JSTaggedValue> &key, const JSTaggedValue &metaData) Remove() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_info_collector.cpp182 auto metaData = bytecodes_.GetBytecodeMetaData(curPc); in CollectMethodPcsFromBC() local
217 bool BytecodeInfoCollector::IsVRegUsed(const BytecodeInstruction &inst, const BytecodeMetaData &metaData, uint32_t idx) in IsVRegUsed() argument
H A Dbytecode_circuit_builder.cpp613 auto metaData = circuit_->FrameArgs(accessor.ToValue()); in BuildFrameArgs() local
H A Dframe_states.cpp482 const GateMetaData *metaData = isLoop ? circuit_->LoopBegin(numOfIns) : circuit_->Merge(numOfIns); in InitMerge() local
H A Dstub_builder.cpp886 GateRef StubBuilder::IsMatchInTransitionDictionary(GateRef element, GateRef key, GateRef metaData, GateRef attr) in IsMatchInTransitionDictionary() argument
891 GateRef StubBuilder::FindEntryFromTransitionDictionary(GateRef glue, GateRef elements, GateRef key, GateRef metaData) in FindEntryFromTransitionDictionary() argument
1327 GateRef metaData = GetPropertyMetaDataFromAttr(attr); in JSHClassAddProperty() local
4144 GateRef StubBuilder::FindTransitions(GateRef glue, GateRef hclass, GateRef key, GateRef metaData, GateRef value) in FindTransitions() argument
[all...]

Completed in 28 milliseconds