HomeSort by relevance Sort by last modified time
    Searched defs:inline_stack (Results 1 - 2 of 2) sorted by null

  /external/v8/src/profiler/
profiler-listener.cc 236 std::vector<CodeEntry*> inline_stack; local
257 inline_stack.push_back(inline_entry);
259 if (!inline_stack.empty()) {
260 entry->AddInlineStack(pc_offset, inline_stack);
261 DCHECK(inline_stack.empty());
profile-generator.cc 145 std::vector<CodeEntry*>& inline_stack) {
149 .first->second.swap(inline_stack);
628 const std::vector<CodeEntry*>* inline_stack = local
630 if (inline_stack) {
631 entries.insert(entries.end(), inline_stack->rbegin(),
632 inline_stack->rend());

Completed in 41 milliseconds