OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hop_branch
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/quick/
gen_common.cc
955
LIR*
hop_branch
= OpCmpImmBranch(kCondNe, class_reg, 0, NULL);
local
1092
LIR*
hop_branch
= OpCmpImmBranch(kCondNe, class_reg, 0, NULL);
local
[
all
...]
/art/compiler/dex/quick/mips/
assemble_mips.cc
485
LIR*
hop_branch
= RawLIR(dalvik_offset, opcode, lir->operands[0],
local
487
InsertLIRBefore(lir,
hop_branch
);
[
all
...]
Completed in 53 milliseconds