Searched defs:deoptInfo (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/stackmap/litecg/ |
| H A D | litecg_stackmap_type.h | 51 void AppendDeoptInfo(const LiteCGStackMapType::Pc2Deopt &deoptInfo) in AppendDeoptInfo() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_codegen.cpp | 85 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 D | stackmap.h | 199 DeoptInfo deoptInfo; member in maplebe::StackMap
|
| H A D | obj_emit.h | 163 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 D | llvm_codegen.cpp | 281 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 D | x64_emitter.cpp | 1327 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 D | reg_alloc_lsra.cpp | 88 auto &deoptInfo = insn->GetStackMap()->GetDeoptInfo(); in SpillStackMapInfo() local 1975 void LSRALinearScanRegAllocator::SolveRegOpndDeoptInfo(const RegOperand ®Opnd, 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