Home
last modified time | relevance | path

Searched defs:deoptInfo (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stackmap/litecg/
H A Dlitecg_stackmap_type.h51 void AppendDeoptInfo(const LiteCGStackMapType::Pc2Deopt &deoptInfo) in AppendDeoptInfo() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_codegen.cpp85 static void SavePC2DeoptInfo(void *object, uint64_t pc, std::vector<uint8_t> deoptInfo) in SavePC2DeoptInfo() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dstackmap.h199 DeoptInfo deoptInfo; member in maplebe::StackMap
H A Dobj_emit.h163 const std::vector<uint8> deoptInfo; member
368 RecordOffset2StackMapInfo(size_t offset, const std::vector<uint8> &referenceMap, const std::vector<uint8> deoptInfo) RecordOffset2StackMapInfo() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp281 void CodeInfo::SavePC2DeoptInfo(uint64_t pc, std::vector<uint8_t> deoptInfo) in SavePC2DeoptInfo() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp1327 auto deoptInfo = insn.GetStackMap()->GetDeoptInfo().SerializeInfo(); in EmitInsn() local
1336 auto deoptInfo = insn.GetStackMap()->GetDeoptInfo().SerializeInfo(); in EmitInsn() local
1346 auto deoptInfo = insn.GetStackMap()->GetDeoptInfo().SerializeInfo(); in EmitInsn() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dreg_alloc_lsra.cpp88 auto &deoptInfo = insn->GetStackMap()->GetDeoptInfo(); in SpillStackMapInfo() local
1975 void LSRALinearScanRegAllocator::SolveRegOpndDeoptInfo(const RegOperand &regOpnd, DeoptInfo &deoptInfo, in SolveRegOpndDeoptInfo() argument
1995 void LSRALinearScanRegAllocator::SolveMemOpndDeoptInfo(const MemOperand &memOpnd, DeoptInfo &deoptInfo, in SolveMemOpndDeoptInfo() argument
2007 auto &deoptInfo = insn->GetStackMap()->GetDeoptInfo(); in CollectDeoptInfo() local
2015 SolveRegOpndDeoptInfo(*static_cast<const RegOperand *>(opnd), deoptInfo, item.first); CollectDeoptInfo() local
[all...]

Completed in 9 milliseconds