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