Home
last modified time | relevance | path

Searched refs:kVtabOffsetTabStr (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dnamemangler.h85 static constexpr const char kVtabOffsetTabStr[] = "__vtable_offset_table"; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_symbol.cpp37 StringUtils::StartsWith(GetName(), kVtabOffsetTabStr) || in HasAddrOfValues()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1287 bool isInOffsetTab = (idx == 1 || idx == methodTypeIdx) && (StringUtils::StartsWith(stName, kVtabOffsetTabStr) || in EmitAsmLabel()
1355 if ((idx == 1 || idx == methodTypeIdx) && StringUtils::StartsWith(stName, kVtabOffsetTabStr)) { in EmitAsmLabel()
1568 (void)Emit(namemangler::kVtabOffsetTabStr + cg->GetMIRModule()->GetFileNameAsPostfix() + " - .\n"); in EmitAsmLabel()
2137 } else if (mirSymbol->GetName().find(kVtabOffsetTabStr) == 0) { in EmitAsmLabel()

Completed in 7 milliseconds