OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCompileTimeInfoPoint
(Results
1 - 3
of
3
) sorted by null
/art/runtime/verifier/
instruction_flags.cc
34
if (
IsCompileTimeInfoPoint
()) encoding[kCompileTimeInfoPoint] = 'G';
instruction_flags.h
68
bool
IsCompileTimeInfoPoint
() const {
method_verifier.cc
62
interesting = flags[i].
IsCompileTimeInfoPoint
() || flags[i].IsBranchTarget();
[
all
...]
Completed in 527 milliseconds