OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanInlinePropertyAccess
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/compiler/
access-info.cc
32
bool
CanInlinePropertyAccess
(Handle<Map> map) {
230
if (!
CanInlinePropertyAccess
(map)) return false;
353
} while (
CanInlinePropertyAccess
(map));
/external/v8/src/crankshaft/
hydrogen.cc
[
all
...]
Completed in 224 milliseconds