Home
last modified time | relevance | path

Searched defs:deoptBundle (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dutils.cpp49 auto deoptBundle = from->getOperandBundle(llvm::LLVMContext::OB_deopt); in CopyDeoptBundle() local
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp124 void Deoptimizier::CollectVregs(const std::vector<kungfu::ARKDeopt>& deoptBundle, size_t shift) in CollectVregs()
312 void Deoptimizier::CollectDeoptBundleVec(std::vector<ARKDeopt>& deoptBundle) in CollectDeoptBundleVec()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3698 std::vector<kungfu::ARKDeopt> deoptBundle; in DEF_RUNTIME_STUBS() local