Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
Dline_number_program.h252 auto nameIndex = state_->ReadULeb128(); in HandleStartLocal() local
260 auto nameIndex = state_->ReadULeb128(); in HandleStartLocalExtended() local
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
Djit_dump_elf.cpp156 auto nameIndex = strTabSection->AddString(symbolName); in AppendSymbolToSymTab() local
/arkcompiler/ets_frontend/arkguard/src/utils/
DSourceMapMergingUtil.ts155 let nameIndex = nameIndexMap.get(name); variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dobj_emit.cpp157 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
1006 auto nameIndex = strTabSection->AddString(section->GetName()); in AppendSecSymsToSymTabSec() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dshared_builtins.cpp827 auto nameIndex = JSFunction::NAME_INLINE_PROPERTY_INDEX; in SetSFunctionName() local
Dbuiltins.cpp559 auto nameIndex = JSFunction::NAME_INLINE_PROPERTY_INDEX; in SetFunctionName() 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