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 | 400 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/ |
| D | inlining.cpp | 386 …id Inlining::InsertDeoptimizeInst(CallInst *callInst, BasicBlock *callBb, DeoptimizeType deoptType) in InsertDeoptimizeInst()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 2817 …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/ |
| D | runtime_interface.h | 1621 inline const char *DeoptimizeTypeToString(DeoptimizeType deoptType) in DeoptimizeTypeToString()
|
| D | inst.h | 6732 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/ |
| D | optimized_call.cpp | 1483 Register deoptType = rsi; in DeoptHandlerAsm() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_call.cpp | 1472 Register deoptType(X1); in DeoptHandlerAsm() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 2951 GateRef deoptType = acc_.GetValueIn(gate, 2); // 2: deopt type in VisitDeoptCheck() local
|