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.cpp428 auto deoptType = DeoptType::NONE; in LowerTypedArrayCheck() local
679 auto deoptType = DeoptType::NOTARRAY1; in LowerRangeCheckPredicate() local
844 auto deoptType = DeoptType::NOTLEGALIDX1; in LowerIndexCheck() local
2140 static const std::map<size_t, DeoptType> deoptType = { in LowerTypedConstructorCheck() local
2934 …ef glue, ProtoTypeHolderInfo holderInfo, Label *loadHolder, Variable *current, DeoptType deoptType) in GetPropertyHolderFromProtoChain()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp437 …id Inlining::InsertDeoptimizeInst(CallInst *callInst, BasicBlock *callBb, DeoptimizeType deoptType) in InsertDeoptimizeInst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp2860 …Expr deoptType = lmirBuilder_->GenExprFromVar(lmirBuilder_->GetParam(func, 1)); // 1: deopt_ty… in GenDeoptEntry() local
2978 …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.h1740 inline const char *DeoptimizeTypeToString(DeoptimizeType deoptType) in DeoptimizeTypeToString()
Dinst.h6821 void SetDeoptimizeType(DeoptimizeType deoptType) in SetDeoptimizeType()
6907 DeoptimizeIfInst(Opcode opcode, uint32_t pc, Inst *cond, Inst *ss, DeoptimizeType deoptType) in DeoptimizeIfInst()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp1540 Register deoptType(X1); in DeoptHandlerAsm() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp1537 Register deoptType = rsi; in DeoptHandlerAsm() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp3090 GateRef deoptType = acc_.GetValueIn(gate, 2); // 2: deopt type in VisitDeoptCheck() local