Home
last modified time | relevance | path

Searched refs:symbolType (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_module.cpp291 MIRType *symbolType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(symbol->GetTyIdx()); in DumpGlobalArraySymbol() local
292 DEBUG_ASSERT(symbolType != nullptr, "null ptr check"); in DumpGlobalArraySymbol()
293 if (symbolType == nullptr || symbolType->GetKind() != kTypeArray) { in DumpGlobalArraySymbol()
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DglobalTypesHolder.cpp21 #include <typescript/types/symbolType.h>
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Delf_builder.h548 uint8_t symbolType = IS_FUNCTION ? STT_FUNC : STT_OBJECT; in AddSymbol() local
553 static_cast<uint8_t>((STB_GLOBAL << 4U) + (symbolType & LOW_BITS_MASK)); in AddSymbol()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disel.cpp775 PrimType symbolType = symbolInfo.primType; in SelectDread() local
791 SelectCopy(regOpnd, symbolMem, primType, symbolType); in SelectDread()

Completed in 8 milliseconds