Lines Matching refs:base
67 uintptr_t base = 0; in PrintCallSiteInfo() local
87 if (base == derived) { in PrintCallSiteInfo()
88 LOG_ECMA(INFO) << std::hex << "visit base:" << base << " base Value: " << in PrintCallSiteInfo()
89 *reinterpret_cast<uintptr_t *>(base); in PrintCallSiteInfo()
91 LOG_ECMA(INFO) << std::hex << "push base:" << base << " base Value: " << in PrintCallSiteInfo()
92 *reinterpret_cast<uintptr_t *>(base) << " derived:" << derived; in PrintCallSiteInfo()
95 base = reinterpret_cast<uintptr_t>(address); in PrintCallSiteInfo()
112 uintptr_t base = 0; in CollectStackMapSlots() local
131 if (base == derived) { in CollectStackMapSlots()
132 baseSet.emplace(base); in CollectStackMapSlots()
137 … data->emplace(std::make_pair(base, derived), *reinterpret_cast<uintptr_t *>(base)); in CollectStackMapSlots()
143 base = reinterpret_cast<uintptr_t>(address); in CollectStackMapSlots()
154 uintptr_t base = 0; in PrintCallSiteInfo() local
171 if (base == derived) { in PrintCallSiteInfo()
172 LOG_ECMA(DEBUG) << std::hex << "visit base:" << base << " base Value: " << in PrintCallSiteInfo()
173 *reinterpret_cast<uintptr_t *>(base); in PrintCallSiteInfo()
175 LOG_ECMA(DEBUG) << std::hex << "push base:" << base << " base Value: " << in PrintCallSiteInfo()
176 *reinterpret_cast<uintptr_t *>(base) << " derived:" << derived; in PrintCallSiteInfo()
179 base = reinterpret_cast<uintptr_t>(address); in PrintCallSiteInfo()
199 uintptr_t base = 0; in CollectStackMapSlots() local
219 if (base == derived) { in CollectStackMapSlots()
220 baseSet.emplace(base); in CollectStackMapSlots()
225 … data->emplace(std::make_pair(base, derived), *reinterpret_cast<uintptr_t *>(base)); in CollectStackMapSlots()
231 base = reinterpret_cast<uintptr_t>(address); in CollectStackMapSlots()