| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| H A D | global_tables.cpp | 140 MIRType *TypeTable::GetOrCreatePointerType(const TyIdx &pointedTyIdx, PrimType primType, const TypeAttrs &attrs) in GetOrCreatePointerType() argument
|
| /arkcompiler/ets_runtime/ecmascript/platform/common/ |
| H A D | mutex.cpp | 36 void Mutex::Init(pthread_mutexattr_t *attrs) in Init() argument 68 pthread_mutexattr_t attrs; in RecursiveMutex() local
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| H A D | mutex.cpp | 56 void Mutex::Init(pthread_mutexattr_t *attrs) in Init() argument 88 pthread_mutexattr_t attrs; in RecursiveMutex() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| H A D | mutex.cpp | 56 void Mutex::Init(pthread_mutexattr_t *attrs) in Init() argument 88 pthread_mutexattr_t attrs; in RecursiveMutex() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_Type.cpp | 177 uint32_t attrs = 0; in TypeAPIGetClassAttributes() local
|
| H A D | std_core_TypeCreator.cpp | 198 EtsLong TypeAPITypeCreatorCtxClassCreate(EtsLong ctxPtr, EtsString *name, EtsInt attrs) in TypeAPITypeCreatorCtxClassCreate() argument 286 EtsLong TypeAPITypeCreatorCtxMethodCreate(EtsLong containingTypePtr, EtsString *name, EtsInt attrs) in TypeAPITypeCreatorCtxMethodCreate() argument 276 TypeAPITypeCreatorCtxMethodAddParam(EtsLong methodPtr, EtsString *paramTd, [[maybe_unused]] EtsString *name, [[maybe_unused]] EtsInt attrs) TypeAPITypeCreatorCtxMethodAddParam() argument 530 TypeAPITypeCreatorCtxLambdaTypeCreate(EtsLong ctxPtr, [[maybe_unused]] EtsInt attrs) TypeAPITypeCreatorCtxLambdaTypeCreate() argument 538 TypeAPITypeCreatorCtxLambdaTypeAddParam(EtsLong ftPtr, EtsString *td, [[maybe_unused]] EtsInt attrs) TypeAPITypeCreatorCtxLambdaTypeAddParam() argument 568 TypeAPITypeCreatorCtxClassAddField(EtsLong classPtr, EtsString *name, EtsString *descr, EtsInt attrs, EtsInt access) TypeAPITypeCreatorCtxClassAddField() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | object_operator.cpp | 565 JSTaggedValue attrs = jshclass->GetLayout(); in LookupPropertyInlinedProps() local
|
| H A D | dump.cpp | 612 JSTaggedValue attrs = jshclass->GetLayout(); in DumpHClass() local 1584 JSTaggedValue attrs = jshclass->GetLayout(); in Dump() local 3816 JSTaggedValue attrs = jshclass->GetLayout(); in Dump() local 4754 JSTaggedValue attrs in DumpForSnapshot() local [all...] |
| H A D | js_hclass.cpp | 337 JSTaggedValue attrs = newJsHClass->GetLayout(); in TransitionExtension() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| H A D | lmir_builder.cpp | 150 std::vector<TypeAttrs> attrs; // not used so far in CreateFuncType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| H A D | mir_nodes.h | 1042 StmtNode(Opcode o, PrimType typ, uint8 numOpr, const SrcPosition &srcPosition, uint32 stmtOriginalID, StmtAttrs attrs) StmtNode() argument
|
| H A D | mir_type.h | 871 void SetTypeAttrs(const TypeAttrs &attrs) in SetTypeAttrs() argument 979 void SetTypeAttrs(const TypeAttrs &attrs) in SetTypeAttrs() argument
|
| H A D | mir_function.h | 782 void SetFuncAttrs(const FuncAttrs &attrs) in SetFuncAttrs() argument
|