Home
last modified time | relevance | path

Searched defs:deoptType (Results 1 – 11 of 11) 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.cpp139 GateRef deoptType = acc_.GetValueIn(use, 2); // 2: deopt type in HasOsrDeoptUse() local
Dtyped_hcr_lowering.cpp408 auto deoptType = DeoptType::NONE; in LowerTypedArrayCheck() local
566 auto deoptType = DeoptType::NOTARRAY1; in LowerRangeCheckPredicate() local
703 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()
Dchecks_elimination.cpp871 DeoptimizeType deoptType) in InsertDeoptimization()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1600 inline const char *DeoptimizeTypeToString(DeoptimizeType deoptType) in DeoptimizeTypeToString()
Dinst.h6703 void SetDeoptimizeType(DeoptimizeType deoptType) in SetDeoptimizeType()
6789 DeoptimizeIfInst(Opcode opcode, uint32_t pc, Inst *cond, Inst *ss, DeoptimizeType deoptType) in DeoptimizeIfInst()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp1443 Register deoptType(X1); in DeoptHandlerAsm() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp1438 Register deoptType = rsi; in DeoptHandlerAsm() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp3010 GateRef deoptType = acc_.GetValueIn(gate, 2); // 2: deopt type in VisitDeoptCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp2882 GateRef deoptType = acc_.GetValueIn(gate, 2); // 2: deopt type in VisitDeoptCheck() local