Home
last modified time | relevance | path

Searched defs:deoptType (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgraph_editor.cpp139 GateRef deoptType = acc_.GetValueIn(use, 2); // 2: deopt type in HasOsrDeoptUse() local
H A Dtyped_hcr_lowering.cpp411 auto deoptType = DeoptType::NONE; in LowerTypedArrayCheck() local
569 auto deoptType = DeoptType::NOTARRAY1; in LowerRangeCheckPredicate() local
706 auto deoptType = DeoptType::NOTLEGALIDX1; in LowerIndexCheck() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackgetter.h43 kungfu::DeoptType deoptType = kungfu::DeoptType::NONE; member
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_call.cpp1425 Register deoptType = rsi; in DeoptHandlerAsm() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinlining.cpp386 void Inlining::InsertDeoptimizeInst(CallInst *callInst, BasicBlock *callBb, DeoptimizeType deoptType) in InsertDeoptimizeInst() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Druntime_interface.h1621 inline const char *DeoptimizeTypeToString(DeoptimizeType deoptType) in DeoptimizeTypeToString() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp2882 GateRef deoptType = acc_.GetValueIn(gate, 2); // 2: deopt type in VisitDeoptCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp2928 GateRef deoptType = acc_.GetValueIn(gate, 2); // 2: deopt type in VisitDeoptCheck() local

Completed in 30 milliseconds