Home
last modified time | relevance | path

Searched defs:nameIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
Dline_number_program.h247 auto nameIndex = state_->ReadULeb128(); in HandleStartLocal() local
255 auto nameIndex = state_->ReadULeb128(); in HandleStartLocalExtended() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dobj_emit.cpp145 auto nameIndex = strTabSection->AddString(name); in AddSymbol() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Delf_assembler.cpp106 auto nameIndex = strTabSection->AddString(symbolName); in EmitBssSectionVar() local
113 auto nameIndex = strTabSection->AddString(symbolName); in EmitBssSectionVar() local
180 auto nameIndex = strTabSection->AddString(symbolName); in EmitFunctionFoot() local
988 auto nameIndex = strTabSection->AddString(section->GetName()); in AppendSecSymsToSymTabSec() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_obj_emitter.cpp147 auto nameIndex = strTabSection->AddString(fixup->GetLabel()); in HandleTextSectionFixup() local