Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h1189 std::stack<std::unordered_map<BytecodeInstruction::Opcode, int>> bytecodeStatsStack_; variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp730 std::stack<std::unordered_map<BytecodeInstruction::Opcode, int>> &bytecodeStatsStack_ = in StopCollectingOpcodes() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp765 std::stack<std::unordered_map<BytecodeInstruction::Opcode, int>> &bytecodeStatsStack_ = in CollectingOpcodes() local