Home
last modified time | relevance | path

Searched refs:Inlines (Results 1 – 4 of 4) sorted by relevance

/third_party/ninja/
DCMakeLists.txt160 # Inlines src/browse.py into the browse_py.h header, so that it can be included
/third_party/node/deps/v8/src/objects/
Dcode.h606 bool Inlines(SharedFunctionInfo sfi);
Dcode.cc337 bool Code::Inlines(SharedFunctionInfo sfi) { in Inlines() function in v8::internal::Code
/third_party/node/deps/v8/src/debug/
Ddebug.cc1511 if (code.Inlines(*shared)) { in DeoptimizeFunction()