| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A 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
|
| H A 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 [all...] |
| /arkcompiler/ets_frontend/ets2panda/compiler/debugger/ |
| H A D | debuginfoDumper.cpp | 115 void DebugInfoDumper::WriteMetaData(const std::vector<pandasm::AnnotationData> &metaData) in WriteMetaData() argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/debugger/ |
| H A D | debuginfoDumper.cpp | 118 void DebugInfoDumper::WriteMetaData(const std::vector<pandasm::AnnotationData> &metaData) in WriteMetaData() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | transitions_dictionary.h | 40 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 D | global_dictionary-inl.h | 78 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 D | js_hclass-inl.h | 62 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 D | tagged_dictionary.cpp | 218 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 D | tagged_hash_table.h | 423 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 D | js_object.h | 266 explicit PropertyMetaData(uint32_t metaData) : metaData_(metaData) {} in PropertyMetaData() argument 323 OperationResult(const JSThread *thread, JSTaggedValue value, PropertyMetaData metaData) in OperationResult() argument
|
| H A D | js_hclass.cpp | 58 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 D | bytecode_info_collector.cpp | 182 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 D | bytecode_circuit_builder.cpp | 613 auto metaData = circuit_->FrameArgs(accessor.ToValue()); in BuildFrameArgs() local
|
| H A D | frame_states.cpp | 482 const GateMetaData *metaData = isLoop ? circuit_->LoopBegin(numOfIns) : circuit_->Merge(numOfIns); in InitMerge() local
|
| H A D | stub_builder.cpp | 886 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...] |