Home
last modified time | relevance | path

Searched defs:deoptType (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.h43 kungfu::DeoptType deoptType = kungfu::DeoptType::NONE; member
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_editor.cpp137 GateRef deoptType = acc_.GetValueIn(use, 2); // 2: deopt type in FrameValueUsedInCFGTailoring() local
Dtyped_hcr_lowering.cpp400 auto deoptType = DeoptType::NONE; in LowerTypedArrayCheck() local
574 auto deoptType = DeoptType::NOTARRAY1; in LowerRangeCheckPredicate() local
717 auto deoptType = DeoptType::NOTLEGALIDX1; in LowerIndexCheck() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp386 …id Inlining::InsertDeoptimizeInst(CallInst *callInst, BasicBlock *callBb, DeoptimizeType deoptType) in InsertDeoptimizeInst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp2817 …Expr deoptType = lmirBuilder_->GenExprFromVar(lmirBuilder_->GetParam(func, 1)); // 1: deopt_ty… in GenDeoptEntry() local
2936 …auto deoptType = static_cast<uint32_t>(acc_.GetConstantValue(acc_.GetValueIn(gate, 2))); // 2: … in VisitDeoptCheck() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1621 inline const char *DeoptimizeTypeToString(DeoptimizeType deoptType) in DeoptimizeTypeToString()
Dinst.h6732 void SetDeoptimizeType(DeoptimizeType deoptType) in SetDeoptimizeType()
6818 DeoptimizeIfInst(Opcode opcode, uint32_t pc, Inst *cond, Inst *ss, DeoptimizeType deoptType) in DeoptimizeIfInst()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp1483 Register deoptType = rsi; in DeoptHandlerAsm() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp1472 Register deoptType(X1); in DeoptHandlerAsm() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp2951 GateRef deoptType = acc_.GetValueIn(gate, 2); // 2: deopt type in VisitDeoptCheck() local