Home
last modified time | relevance | path

Searched defs:typeFlag (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap_region_allocator.cpp32 RegionTypeFlag typeFlag = isFresh ? RegionTypeFlag::FRESH : RegionTypeFlag::DEFAULT; in AllocateAlignedRegion() local
H A Dregion.h618 void SetRegionTypeFlag(RegionTypeFlag typeFlag) in SetRegionTypeFlag() argument
157 Region(NativeAreaAllocator *allocator, uintptr_t allocateBase, uintptr_t begin, uintptr_t end, RegionSpaceFlag spaceType, RegionTypeFlag typeFlag) Region() argument
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A Dtype.h85 void AddTypeFlag(TypeFlag typeFlag) in AddTypeFlag() argument
90 void RemoveTypeFlag(TypeFlag typeFlag) in RemoveTypeFlag() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsEnumType.cpp26 ETSEnumType(const ir::TSEnumDeclaration *const enumDecl, UType ordinal, const ir::TSEnumMember *const member, TypeFlag const typeFlag) ETSEnumType() argument
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A Dtype.h184 void AddTypeFlag(TypeFlag typeFlag) in AddTypeFlag() argument
189 void RemoveTypeFlag(TypeFlag typeFlag) in RemoveTypeFlag() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dcmpl.h177 uint8 typeFlag; // a flag to speed up type related operations in the VM member
260 inline bool IsDynType(uint8 typeFlag) in IsDynType() argument
265 inline bool IsDynFloat(uint8 typeFlag) in IsDynFloat() argument
270 inline bool IsDynInteger(uint8 typeFlag) in IsDynInteger() argument
276 inline bool IsFloat(uint8 typeFlag) in IsFloat() argument
281 IsScalarType(uint8 typeFlag) IsScalarType() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp1887 void ETSGen::CastDynamicTo(const ir::AstNode *node, enum checker::TypeFlag typeFlag) in CastDynamicTo() argument

Completed in 8 milliseconds