| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_TypeCreator.cpp | 200 EtsLong TypeAPITypeCreatorCtxClassCreate(EtsLong ctxPtr, EtsString *name, EtsInt attrs) in TypeAPITypeCreatorCtxClassCreate() 279 [[maybe_unused]] EtsInt attrs) in TypeAPITypeCreatorCtxMethodAddParam() 288 EtsLong TypeAPITypeCreatorCtxMethodCreate(EtsLong containingTypePtr, EtsString *name, EtsInt attrs) in TypeAPITypeCreatorCtxMethodCreate() 536 EtsLong TypeAPITypeCreatorCtxLambdaTypeCreate(EtsLong ctxPtr, [[maybe_unused]] EtsInt attrs) in TypeAPITypeCreatorCtxLambdaTypeCreate() 544 …ypeAPITypeCreatorCtxLambdaTypeAddParam(EtsLong ftPtr, EtsString *td, [[maybe_unused]] EtsInt attrs) in TypeAPITypeCreatorCtxLambdaTypeAddParam() 574 …peAPITypeCreatorCtxClassAddField(EtsLong classPtr, EtsString *name, EtsString *descr, EtsInt attrs, in TypeAPITypeCreatorCtxClassAddField()
|
| D | std_core_Type.cpp | 182 uint32_t attrs = 0; in TypeAPIGetClassAttributes() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/common/ |
| D | mutex.cpp | 44 void Mutex::Init(pthread_mutexattr_t *attrs) in Init() 76 pthread_mutexattr_t attrs; in RecursiveMutex() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | global_tables.cpp | 194 …Table::GetOrCreatePointerType(const TyIdx &pointedTyIdx, PrimType primType, const TypeAttrs &attrs) in GetOrCreatePointerType() 203 …ypeTable::GetOrCreatePointerType(const MIRType &pointTo, PrimType primType, const TypeAttrs &attrs) in GetOrCreatePointerType() 225 const TypeAttrs &attrs) in GetOrCreateArrayType() 238 …rrayType *TypeTable::GetOrCreateArrayType(const MIRType &elem, uint32 size, const TypeAttrs &attrs) in GetOrCreateArrayType() 276 const TypeAttrs &attrs) in GetOrCreateStructOrUnion()
|
| D | parser.cpp | 1041 bool MIRParser::ParseTypeAttrs(TypeAttrs &attrs) in ParseTypeAttrs() 1078 bool MIRParser::ParseFieldAttrs(FieldAttrs &attrs) in ParseFieldAttrs() 1115 bool MIRParser::ParseFuncAttrs(FuncAttrs &attrs) in ParseFuncAttrs() 1151 void MIRParser::SetAttrContent(FuncAttrs &attrs, FuncAttrKind x, const MIRLexer &mirLexer) in SetAttrContent()
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | mutex.cpp | 56 void Mutex::Init(pthread_mutexattr_t *attrs) in Init() 88 pthread_mutexattr_t attrs; in RecursiveMutex() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | mutex.cpp | 56 void Mutex::Init(pthread_mutexattr_t *attrs) in Init() 88 pthread_mutexattr_t attrs; in RecursiveMutex() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_type.h | 1058 void SetTypeAttrs(const TypeAttrs &attrs) in SetTypeAttrs() 1172 void SetTypeAttrs(const TypeAttrs &attrs) in SetTypeAttrs() 1535 void SetTypeAttrs(const TypeAttrs &attrs) in SetTypeAttrs() 2308 void SetNthParamAttrs(size_t i, const TypeAttrs &attrs) in SetNthParamAttrs() 2344 void SetRetAttrs(const TypeAttrs &attrs) in SetRetAttrs()
|
| D | mir_function.h | 801 void SetFuncAttrs(const FuncAttrs &attrs) in SetFuncAttrs()
|
| D | mir_nodes.h | 1716 StmtAttrs attrs) in StmtNode()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | becommon.cpp | 523 FieldAttrs attrs = fp.second.second; in GenFieldOffsetMap() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_operator.cpp | 548 JSTaggedValue attrs = jshclass->GetLayout(); in LookupPropertyInlinedProps() local
|
| D | dump.cpp | 616 JSTaggedValue attrs = jshclass->GetLayout(); in DumpHClass() local 1542 JSTaggedValue attrs = jshclass->GetLayout(); in Dump() local 3786 JSTaggedValue attrs = jshclass->GetLayout(); in Dump() local 4689 JSTaggedValue attrs = jshclass->GetLayout(); in DumpForSnapshot() local
|
| D | js_hclass.cpp | 300 JSTaggedValue attrs = newJsHClass->GetLayout(); in TransitionExtension() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 225 std::vector<TypeAttrs> attrs; // not used so far in CreateFuncType() local
|