Home
last modified time | relevance | path

Searched refs:SetDebugInfo (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Dshared-function-info.h390 inline void SetDebugInfo(DebugInfo* debug_info);
Dshared-function-info-inl.h657 void SharedFunctionInfo::SetDebugInfo(DebugInfo* debug_info) { in SetDebugInfo() function
/external/v8/src/heap/
Dfactory.cc3643 shared->SetDebugInfo(*debug_info); in NewDebugInfo()