Home
last modified time | relevance | path

Searched defs:attr (Results 1 - 25 of 65) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_typeapi_parameter.h63 void SetAttributes(EtsInt attr) in SetAttributes() argument
H A Dets_typeapi_method.h73 void SetAttributes(EtsInt attr) in SetAttributes() argument
H A Dets_typeapi_field.h73 void SetAttributes(EtsInt attr) in SetAttributes() argument
/arkcompiler/runtime_core/libpandabase/os/
H A Dthread.h136 pthread_attr_t attr; in ThreadStart() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dthread.cpp120 pthread_attr_t attr; in ThreadGetStackInfo() local
/arkcompiler/ets_runtime/ecmascript/
H A Dlayout_info-inl.h199 UpdateTrackTypeAttr(int index, const PropertyAttributes &attr) UpdateTrackTypeAttr() argument
217 AddKey(const JSThread *thread, [[maybe_unused]] int index, const JSTaggedValue &key, const PropertyAttributes &attr) AddKey() argument
[all...]
H A Dvtable.cpp30 PropertyAttributes attr = layoutInfo->GetAttr(propIndex); in CreateTuple() local
H A Dlayout_info.cpp25 auto attr = PropertyAttributes(); in Initialize() local
76 PropertyAttributes attr = GetAttr(static_cast<int>(i)); in GetAllKeysByFilter() local
91 PropertyAttributes attr = GetAttr(static_cast<int>(i)); in GetAllKeysByFilter() local
190 PropertyAttributes attr = GetAttr(index); in IsUninitializedProperty() local
223 auto attr = GetAttr(index); DumpFieldIndexByPGO() local
242 auto attr = GetAttr(index); UpdateFieldIndexByPGO() local
[all...]
H A Dobject_operator.h175 inline void SetAttr(uint64_t attr) in SetAttr() argument
180 inline void SetAttr(const PropertyAttributes &attr) in SetAttr() argument
322 inline bool AddPropertyInHolder(const JSHandle<JSTaggedValue> &value, PropertyAttributes attr) in AddPropertyInHolder() argument
[all...]
H A Dglobal_dictionary-inl.h111 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeys() local
135 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeysByFilter() local
166 PropertyAttributes attr = GetAttributes(hashIndex); in GetNumOfEnumKeys() local
189 PropertyAttributes attr = GetAttributes(hashIndex); in GetEnumAllKeys() local
229 PropertyAttributes attr = dictHandle->GetAttributes(entry); InvalidateAndReplaceEntry() local
[all...]
H A Djs_hclass-inl.h81 auto attr = JSHandle<JSTaggedValue>(thread, PropertyAttributes(0).GetTaggedValue()); in AddExtensionTransitions() local
354 AddPropertyToNewHClass(const JSThread *thread, JSHandle<JSHClass> &jshclass, JSHandle<JSHClass> &newJsHClass, const JSHandle<JSTaggedValue> &key, const PropertyAttributes &attr) AddPropertyToNewHClass() argument
384 SetPropertyOfObjHClass(const JSThread *thread, JSHandle<JSHClass> &jshclass, const JSHandle<JSTaggedValue> &key, const PropertyAttributes &attr, const Representation &rep) SetPropertyOfObjHClass() argument
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dthread.cpp165 pthread_attr_t attr; in ThreadGetStackInfo() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dutils.cpp25 auto attr = call->getFnAttr("original-method-id"); in GetMethodIdFromAttr() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dason_test.cpp73 auto attr = layoutInfo->GetAttr(idx); in CheckSendableProps() local
H A Djson_parser_test.cpp81 auto attr = layoutInfo->GetAttr(idx); in CheckSendableProps() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_lazy_callback.cpp241 auto attr = dict->GetAttributes(entry); in ResetLazyInternalAttr() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dparallel_marker-inl.h41 auto attr = layout->GetAttr(index++); in VisitBodyInObj() local
199 auto attr = layout->GetAttr(index++); in VisitBodyInObj() local
H A Dparallel_evacuator-inl.h68 auto attr = layout->GetAttr(index++); in VisitBodyInObj() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_hclass_test.cpp230 PropertyAttributes attr = PropertyAttributes::Default(); in HWTEST_F_L0() local
259 PropertyAttributes attr = PropertyAttributes::Default(); in HWTEST_F_L0() local
293 PropertyAttributes attr = PropertyAttributes(0); in HWTEST_F_L0() local
331 PropertyAttributes attr = PropertyAttributes(0); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_gc_marker-inl.h114 auto attr = layout->GetAttr(index++); in VisitBodyInObj() local
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_serializer.cpp344 auto attr = layout->GetAttr(index++); in SerializeInObjField() local
/arkcompiler/runtime_core/static_core/abc2program/
H A Dprogram_dump.cpp151 os << attr; in DumpMetaData() local
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Ddwarf_builder.cpp136 auto attr = dwarf_add_AT_targ_address_b(dwarf_, die, DW_AT_low_pc, 0, symbol, &error); in BuildGraphNestedFunction() local
235 auto attr = dwarf_add_AT_targ_address_b(dwarf_, compileUnitDie_, DW_AT_low_pc, 0, 0, &error); in Finalize() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Dasm_assembler.h117 EmitHexUnsigned(attr); variable
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime.cpp398 PropertyAttributes attr = PropertyAttributes::Default(true, true, false); in StoreMiss() local

Completed in 15 milliseconds

123