Searched refs:InfoCellPair (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | compilation-cache-table.h | 51 class InfoCellPair { class 53 InfoCellPair() = default; 54 inline InfoCellPair(Isolate* isolate, SharedFunctionInfo shared, 109 static InfoCellPair LookupEval(Handle<CompilationCacheTable> table,
|
H A D | compilation-cache-table-inl.h | 97 InfoCellPair::InfoCellPair(Isolate* isolate, SharedFunctionInfo shared, in InfoCellPair() function in v8::internal::InfoCellPair
|
H A D | compilation-cache-table.cc | 265 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 D | compilation-cache.h | 115 InfoCellPair Lookup(Handle<String> source, 167 InfoCellPair LookupEval(Handle<String> source,
|
H A D | compilation-cache.cc | 217 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 D | compiler.cc | 2322 InfoCellPair eval_result = compilation_cache->LookupEval( in Compile()
|
Completed in 9 milliseconds