Home
last modified time | relevance | path

Searched defs:attrs (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp200 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()
Dstd_core_Type.cpp182 uint32_t attrs = 0; in TypeAPIGetClassAttributes() local
/arkcompiler/ets_runtime/ecmascript/platform/common/
Dmutex.cpp44 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/
Dglobal_tables.cpp194 …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()
Dparser.cpp1041 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/
Dmutex.cpp56 void Mutex::Init(pthread_mutexattr_t *attrs) in Init()
88 pthread_mutexattr_t attrs; in RecursiveMutex() local
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dmutex.cpp56 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/
Dmir_type.h1058 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()
Dmir_function.h801 void SetFuncAttrs(const FuncAttrs &attrs) in SetFuncAttrs()
Dmir_nodes.h1716 StmtAttrs attrs) in StmtNode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp523 FieldAttrs attrs = fp.second.second; in GenFieldOffsetMap() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp548 JSTaggedValue attrs = jshclass->GetLayout(); in LookupPropertyInlinedProps() local
Ddump.cpp616 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
Djs_hclass.cpp300 JSTaggedValue attrs = newJsHClass->GetLayout(); in TransitionExtension() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp225 std::vector<TypeAttrs> attrs; // not used so far in CreateFuncType() local