Home
last modified time | relevance | path

Searched refs:InfoCellPair (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dcompilation-cache-table.h51 class InfoCellPair { class
53 InfoCellPair() = default;
54 inline InfoCellPair(Isolate* isolate, SharedFunctionInfo shared,
109 static InfoCellPair LookupEval(Handle<CompilationCacheTable> table,
H A Dcompilation-cache-table-inl.h97 InfoCellPair::InfoCellPair(Isolate* isolate, SharedFunctionInfo shared, in InfoCellPair() function in v8::internal::InfoCellPair
H A Dcompilation-cache-table.cc265 InfoCellPair CompilationCacheTable::LookupEval( in LookupEval()
269 InfoCellPair empty_result; in LookupEval()
285 return InfoCellPair(isolate, SharedFunctionInfo::cast(obj), feedback_cell); in LookupEval()
/third_party/node/deps/v8/src/codegen/
H A Dcompilation-cache.h115 InfoCellPair Lookup(Handle<String> source,
167 InfoCellPair LookupEval(Handle<String> source,
H A Dcompilation-cache.cc217 InfoCellPair CompilationCacheEval::Lookup(Handle<String> source, in Lookup()
226 InfoCellPair result; in Lookup()
303 InfoCellPair CompilationCache::LookupEval(Handle<String> source, in LookupEval()
308 InfoCellPair result; in LookupEval()
H A Dcompiler.cc2322 InfoCellPair eval_result = compilation_cache->LookupEval( in Compile()

Completed in 9 milliseconds