Lines Matching refs:stackMapInfo_
412 if (stackMapInfo_ == nullptr) { in CollectCodeInfo()
416 module->CollectAnModuleSectionDes(des, textOffset, *stackMapInfo_); in CollectCodeInfo()
442 if (stackMapInfo_ == nullptr) { in AddModule()
443 stackMapInfo_ = new LiteCGStackMapInfo(); in AddModule()
451 if (stackMapInfo_ == nullptr) { in AddModule()
452 stackMapInfo_ = new LLVMStackMapInfo(); in AddModule()
533 if (stackMapInfo_ != nullptr) { in DestroyCollectedStackMapInfo()
534 delete stackMapInfo_; in DestroyCollectedStackMapInfo()
535 stackMapInfo_ = nullptr; in DestroyCollectedStackMapInfo()
544 if (stackMapInfo_ == nullptr) { in GenerateMergedStackmapSection()
548 std::tie(ptr, size) = builder.GenerateArkStackMap(*stackMapInfo_, cfg_.GetTriple()); in GenerateMergedStackmapSection()