Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcommon-node-cache.cc14 Node** CommonNodeCache::FindExternalConstant(ExternalReference value) { in FindExternalConstant() function in v8::internal::compiler::CommonNodeCache
Dcommon-node-cache.h64 Node** FindExternalConstant(ExternalReference value);
Dmachine-graph.cc101 Node** loc = cache_.FindExternalConstant(reference); in ExternalConstant()