Home | History | Annotate | Download | only in cctest

Lines Matching defs:caller

13964   // Returns the number of invocations where the caller name contains
14069 // Then try and look up the caller's code object.
14070 i::Address caller = *reinterpret_cast<i::Address*>(return_addr_location);
14073 SymbolInfo* caller_symbol = FindSymbolForAddr(caller);
14120 SymbolInfo* caller = it->first.first;
14131 if (caller == NULL)
14133 if (caller->name.find(caller_name) == std::string::npos)
23042 // Copy the data, since the caller takes ownership of it.