| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_typeapi_parameter.h | 63 void SetAttributes(EtsInt attr) in SetAttributes() argument
|
| H A D | ets_typeapi_method.h | 73 void SetAttributes(EtsInt attr) in SetAttributes() argument
|
| H A D | ets_typeapi_field.h | 73 void SetAttributes(EtsInt attr) in SetAttributes() argument
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| H A D | thread.h | 136 pthread_attr_t attr; in ThreadStart() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| H A D | thread.cpp | 120 pthread_attr_t attr; in ThreadGetStackInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | layout_info-inl.h | 199 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 D | vtable.cpp | 30 PropertyAttributes attr = layoutInfo->GetAttr(propIndex); in CreateTuple() local
|
| H A D | layout_info.cpp | 25 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 D | object_operator.h | 175 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 D | global_dictionary-inl.h | 111 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 D | js_hclass-inl.h | 81 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 D | thread.cpp | 165 pthread_attr_t attr; in ThreadGetStackInfo() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| H A D | utils.cpp | 25 auto attr = call->getFnAttr("original-method-id"); in GetMethodIdFromAttr() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| H A D | ason_test.cpp | 73 auto attr = layoutInfo->GetAttr(idx); in CheckSendableProps() local
|
| H A D | json_parser_test.cpp | 81 auto attr = layoutInfo->GetAttr(idx); in CheckSendableProps() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_lazy_callback.cpp | 241 auto attr = dict->GetAttributes(entry); in ResetLazyInternalAttr() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | parallel_marker-inl.h | 41 auto attr = layout->GetAttr(index++); in VisitBodyInObj() local 199 auto attr = layout->GetAttr(index++); in VisitBodyInObj() local
|
| H A D | parallel_evacuator-inl.h | 68 auto attr = layout->GetAttr(index++); in VisitBodyInObj() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_hclass_test.cpp | 230 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 D | shared_gc_marker-inl.h | 114 auto attr = layout->GetAttr(index++); in VisitBodyInObj() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| H A D | base_serializer.cpp | 344 auto attr = layout->GetAttr(index++); in SerializeInObjField() local
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| H A D | program_dump.cpp | 151 os << attr; in DumpMetaData() local
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| H A D | dwarf_builder.cpp | 136 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 D | asm_assembler.h | 117 EmitHexUnsigned(attr); variable
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | ic_runtime.cpp | 398 PropertyAttributes attr = PropertyAttributes::Default(true, true, false); in StoreMiss() local
|