Home
last modified time | relevance | path

Searched refs:GetFrameDepth (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.h593 size_t GetFrameDepth(GateRef gate, OpCode op);
Dllvm_ir_builder.cpp832 uint32_t maxDepth = acc_.GetFrameDepth(frameArgs, OpCode::FRAME_ARGS); in CollectExraCallSiteInfo()
2561 size_t maxDepth = acc_.GetFrameDepth(deoptFrameState, OpCode::FRAME_STATE); in VisitDeoptCheck()
Dgate_accessor.cpp1621 size_t GateAccessor::GetFrameDepth(GateRef gate, OpCode op) in GetFrameDepth() function in panda::ecmascript::kungfu::GateAccessor
Dlitecg_ir_builder.cpp1177 uint32_t maxDepth = acc_.GetFrameDepth(frameArgs, OpCode::FRAME_ARGS); in CollectExraCallSiteInfo()