OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsChanged
(Results
1 - 3
of
3
) sorted by null
/art/runtime/verifier/
instruction_flags.cc
31
if (
IsChanged
()) encoding[kChanged] = 'C';
instruction_flags.h
88
bool
IsChanged
() const {
93
return IsVisited() ||
IsChanged
();
115
// The instruction has been visited and unless
IsChanged
() verified.
method_verifier.cc
[
all
...]
Completed in 350 milliseconds