Home
last modified time | relevance | path

Searched defs:shouldSave (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h35 bool shouldSave; member
170 void SetFrameTypeInfo(int offset, bool shouldSave, int idx) in SetFrameTypeInfo()
177 void SetFuncInfo(int offset, bool shouldSave, int idx) in SetFuncInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_alloc_lsra.h292 bool shouldSave = false; variable
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp271 auto shouldSave = false; in UpdateDebugInfo() local