| /arkcompiler/ets_runtime/ecmascript/platform/common/ |
| D | mutex.cpp | 36 void Mutex::Init(pthread_mutexattr_t *attrs) in Init() 68 pthread_mutexattr_t attrs; in RecursiveMutex() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_TypeCreator.cpp | 198 EtsLong TypeAPITypeCreatorCtxClassCreate(EtsLong ctxPtr, EtsString *name, EtsInt attrs) in TypeAPITypeCreatorCtxClassCreate() 277 [[maybe_unused]] EtsInt attrs) in TypeAPITypeCreatorCtxMethodAddParam() 286 EtsLong TypeAPITypeCreatorCtxMethodCreate(EtsLong containingTypePtr, EtsString *name, EtsInt attrs) in TypeAPITypeCreatorCtxMethodCreate() 530 EtsLong TypeAPITypeCreatorCtxLambdaTypeCreate(EtsLong ctxPtr, [[maybe_unused]] EtsInt attrs) in TypeAPITypeCreatorCtxLambdaTypeCreate() 538 …ypeAPITypeCreatorCtxLambdaTypeAddParam(EtsLong ftPtr, EtsString *td, [[maybe_unused]] EtsInt attrs) in TypeAPITypeCreatorCtxLambdaTypeAddParam() 568 …peAPITypeCreatorCtxClassAddField(EtsLong classPtr, EtsString *name, EtsString *descr, EtsInt attrs, in TypeAPITypeCreatorCtxClassAddField()
|
| D | std_core_Type.cpp | 179 uint32_t attrs = 0; in TypeAPIGetClassAttributes() 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/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/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | global_tables.cpp | 196 …Table::GetOrCreatePointerType(const TyIdx &pointedTyIdx, PrimType primType, const TypeAttrs &attrs) in GetOrCreatePointerType() 205 …ypeTable::GetOrCreatePointerType(const MIRType &pointTo, PrimType primType, const TypeAttrs &attrs) in GetOrCreatePointerType() 227 const TypeAttrs &attrs) in GetOrCreateArrayType() 240 …rrayType *TypeTable::GetOrCreateArrayType(const MIRType &elem, uint64 size, const TypeAttrs &attrs) in GetOrCreateArrayType() 278 const TypeAttrs &attrs) in GetOrCreateStructOrUnion()
|
| D | parser.cpp | 535 bool MIRParser::ParseTypeAttrs(TypeAttrs &attrs) in ParseTypeAttrs() 572 bool MIRParser::ParseFieldAttrs(FieldAttrs &attrs) in ParseFieldAttrs() 609 bool MIRParser::ParseFuncAttrs(FuncAttrs &attrs) in ParseFuncAttrs() 645 void MIRParser::SetAttrContent(FuncAttrs &attrs, FuncAttrKind x, const MIRLexer &mirLexer) in SetAttrContent()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_type.h | 1150 void SetTypeAttrs(const TypeAttrs &attrs) in SetTypeAttrs() 1264 void SetTypeAttrs(const TypeAttrs &attrs) in SetTypeAttrs() 1627 void SetTypeAttrs(const TypeAttrs &attrs) in SetTypeAttrs() 2422 void SetNthParamAttrs(size_t i, const TypeAttrs &attrs) in SetNthParamAttrs() 2458 void SetRetAttrs(const TypeAttrs &attrs) in SetRetAttrs()
|
| D | mir_function.h | 796 void SetFuncAttrs(const FuncAttrs &attrs) in SetFuncAttrs()
|
| D | mir_nodes.h | 1725 StmtAttrs attrs) in StmtNode()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | becommon.cpp | 466 FieldAttrs attrs = fp.second.second; in GenFieldOffsetMap() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_operator.cpp | 566 JSTaggedValue attrs = jshclass->GetLayout(); in LookupPropertyInlinedProps() local
|
| D | dump.cpp | 574 JSTaggedValue attrs = jshclass->GetLayout(); in DumpHClass() local 1531 JSTaggedValue attrs = jshclass->GetLayout(); in Dump() local 3772 JSTaggedValue attrs = jshclass->GetLayout(); in Dump() local 4709 JSTaggedValue attrs = jshclass->GetLayout(); in DumpForSnapshot() local
|
| D | js_hclass.cpp | 338 JSTaggedValue attrs = newJsHClass->GetLayout(); in TransitionExtension() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 228 std::vector<TypeAttrs> attrs; // not used so far in CreateFuncType() local
|