Home
last modified time | relevance | path

Searched refs:funcSlotChain (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_compilation_env.cpp192 std::vector<std::pair<uint32_t, uint32_t>> funcSlotChain; in GetJsFunctionByMethodOffset() local
198 funcSlotChain.push_back({functionSlotIdMap_.at(calleeOffset), callee2CallerMap_.at(calleeOffset)}); in GetJsFunctionByMethodOffset()
203 for (int i = static_cast<int>(funcSlotChain.size()) - 1; i >= 0; --i) { in GetJsFunctionByMethodOffset()
204 uint32_t slotId = funcSlotChain[i].first; in GetJsFunctionByMethodOffset()
205 uint32_t callerOffset = funcSlotChain[i].second; in GetJsFunctionByMethodOffset()

Completed in 1 milliseconds