Home
last modified time | relevance | path

Searched defs:deoptFrameState (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp3015 void LLVMIRBuilder::GetDeoptBundleInfo(GateRef deoptFrameState, std::vector<LLVMValueRef> &values) in GetDeoptBundleInfo()
3086 GateRef deoptFrameState = acc_.GetValueIn(gate, 1); // 1: frame state in VisitDeoptCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp3011 void LiteCGIRBuilder::GetDeoptBundleInfo(BB &bb, GateRef deoptFrameState, in GetDeoptBundleInfo()
3088 GateRef deoptFrameState = acc_.GetValueIn(gate, 1); // 1: frame state in GetOrCreateDeoptBBInfo() local