Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSemitter.cpp47 void JSFunctionEmitter::GenVariableSignature(pandasm::debuginfo::LocalVariable &variableDebug, in GenVariableSignature()
Demitter.cpp283 static void GenLocalVariableInfo(pandasm::debuginfo::LocalVariable &variableDebug, varbinder::Varia… in GenLocalVariableInfo()
315 auto &variableDebug = func->localVariableDebug.emplace_back(); in GenScopeVariableInfoEnd() local
343 auto &variableDebug = func->localVariableDebug.emplace_back(); in GenScopeVariableInfoEnd() local
DETSemitter.cpp174 void ETSFunctionEmitter::GenVariableSignature(pandasm::debuginfo::LocalVariable &variableDebug, in GenVariableSignature()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp541 auto &variableDebug = func_->local_variable_debug.emplace_back(); in GenScopeVariableInfo() local