Home
last modified time | relevance | path

Searched refs:stackMapInfo_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp412 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()
[all …]
Dfile_generators.h223 CGStackMapInfo *stackMapInfo_ = nullptr; variable