Searched defs:curDepth (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 124 size_t curDepth = DecodeDeoptDepth(id, shift); in CollectVregs() local 342 size_t curDepth) in CollectVirtualRegisters() 501 for (int32_t curDepth = static_cast<int32_t>(inlineDepth_); curDepth >= 0; curDepth--) { in ConstructAsmInterpretFrame() local 608 size_t Deoptimizier::GetCallSize(size_t curDepth, const uint8_t *resumePc) in GetCallSize()
|
| D | deoptimizer.h | 160 bool HasDeoptValue(size_t curDepth, int32_t index) const in HasDeoptValue() 165 JSTaggedValue GetDeoptValue(size_t curDepth, int32_t index) const in GetDeoptValue()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 1595 for (int32_t curDepth = static_cast<int32_t>(maxDepth - 1); curDepth >= 0; curDepth--) { in CollectExraCallSiteInfo() local 2982 size_t curDepth, size_t shift, GateRef gate) in SaveDeoptVregInfo() 2992 … int32_t index, size_t curDepth, size_t shift, GateRef gate) in SaveDeoptVregInfoWithI64() 3030 for (int32_t curDepth = static_cast<int32_t>(maxDepth); curDepth >= 0; curDepth--) { in VisitDeoptCheck() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 938 for (int32_t curDepth = static_cast<int32_t>(maxDepth - 1); curDepth >= 0; curDepth--) { in CollectExraCallSiteInfo() local 2858 …:SaveDeoptVregInfo(std::vector<LLVMValueRef> &values, int32_t index, size_t curDepth, size_t shift, in SaveDeoptVregInfo() 2866 …uilder::SaveDeoptVregInfoWithI64(std::vector<LLVMValueRef> &values, int32_t index, size_t curDepth, in SaveDeoptVregInfoWithI64() 2894 for (int32_t curDepth = static_cast<int32_t>(maxDepth); curDepth >= 0; curDepth--) { in VisitDeoptCheck() local
|