Home | History | Annotate | Download | only in cctest

Lines Matching defs:caller

12682   // Returns the number of invocations where the caller name contains
12787 // Then try and look up the caller's code object.
12788 i::Address caller = *reinterpret_cast<i::Address*>(return_addr_location);
12791 SymbolInfo* caller_symbol = FindSymbolForAddr(caller);
12838 SymbolInfo* caller = it->first.first;
12849 if (caller == NULL)
12851 if (caller->name.find(caller_name) == std::string::npos)