Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Ddeoptimize_elimination.cpp159 auto deopt = guard->GetNext(); in RemoveGuard() local
H A Dchecks_elimination.cpp868 auto deopt = GetGraph()->CreateInstDeoptimizeIf(ss->GetPc(), deoptComp, ss, DeoptimizeType::BOUNDS_CHECK); in InsertBoundsCheckDeoptimization() local
H A Dinlining.cpp1605 auto deopt = in InsertChaGuard() local
/arkcompiler/ets_runtime/ecmascript/stackmap/
H A Dark_stackmap_parser.cpp229 ARKDeopt deopt; in ParseArkDeopt() local
[all...]
H A Dark_stackmap_builder.cpp137 auto &deopt = callsite2Deopt.at(j); in SaveArkDeopt() local
234 void ArkStackMapBuilder::GenARKDeopt(const LLVMStackMapType::DeoptInfoType& deopt, std::pair<uint32_t, in GenARKDeopt() argument
334 LLVMStackMapType::DeoptInfoType deopt = x.second; GenArkCallsiteAOTFileInfo() local
[all...]
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp100 ARKDeopt deopt = deoptBundle.at(i); in CollectVregs() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_circuit_builder.cpp1069 GateRef deopt = circuit_->NewGate(circuit_->DeoptCheck(), MachineType::I1, in GenDeoptAndReturnForOsrLoopExit() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode_visitor.cpp791 auto deopt = inst->CastToDeoptimizeCompare(); in VisitDeoptimizeCompare() local
804 auto deopt = inst->CastToDeoptimizeCompareImm(); in VisitDeoptimizeCompareImm() local
[all...]

Completed in 15 milliseconds