Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Ddisassembly.h31 class StackMap; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dstackmap.h175 StackMap(MapleAllocator &alloc) : deoptInfo(alloc), referenceMap(alloc) {} in StackMap() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dcframe.h85 using StackMap = compiler::StackMap; variable