OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compiler_hints_
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/parsing/
parse-info.cc
25
compiler_hints_
(0),
89
return (
compiler_hints_
& (1 << SharedFunctionInfo::kIsDeclaration)) != 0;
93
return (
compiler_hints_
&
97
return (
compiler_hints_
&
102
return SharedFunctionInfo::FunctionKindBits::decode(
compiler_hints_
);
parse-info.h
137
int compiler_hints() const { return
compiler_hints_
; }
139
compiler_hints_
= compiler_hints;
227
int
compiler_hints_
;
member in class:v8::internal::ParseInfo
Completed in 77 milliseconds