Searched defs:deoptType (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackgetter.h | 43 kungfu::DeoptType deoptType = kungfu::DeoptType::NONE; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | graph_editor.cpp | 137 GateRef deoptType = acc_.GetValueIn(use, 2); // 2: deopt type in FrameValueUsedInCFGTailoring() local
|
| D | typed_hcr_lowering.cpp | 428 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/ |
| D | inlining.cpp | 437 …id Inlining::InsertDeoptimizeInst(CallInst *callInst, BasicBlock *callBb, DeoptimizeType deoptType) in InsertDeoptimizeInst()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 2860 …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/ |
| D | runtime_interface.h | 1740 inline const char *DeoptimizeTypeToString(DeoptimizeType deoptType) in DeoptimizeTypeToString()
|
| D | inst.h | 6821 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/ |
| D | optimized_call.cpp | 1540 Register deoptType(X1); in DeoptHandlerAsm() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_call.cpp | 1537 Register deoptType = rsi; in DeoptHandlerAsm() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 3090 GateRef deoptType = acc_.GetValueIn(gate, 2); // 2: deopt type in VisitDeoptCheck() local
|