Home
last modified time | relevance | path

Searched refs:SetBytecodeStatsStack (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h1208 … void SetBytecodeStatsStack(std::unordered_map<BytecodeInstruction::Opcode, int> &bytecodeStatsMap) in SetBytecodeStatsStack() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp802 vm->SetBytecodeStatsStack(bytecodeStatsMap); in StartCollectingOpcodes()