OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fromfast
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/quick/
gen_common.cc
912
LIR*
fromfast
= OpCmpImmBranch(kCondEq, TargetReg(kRet0, kRef), 0, NULL);
local
[
all
...]
mir_to_lir.h
500
// BEQ
fromfast
509
//
fromfast
:
515
// So you see we need two labels and two branches. The first branch (called
fromfast
) is
523
LIRSlowPath(Mir2Lir* m2l, const DexOffset dexpc, LIR*
fromfast
,
525
m2l_(m2l), cu_(m2l->cu_), current_dex_pc_(dexpc), fromfast_(
fromfast
), cont_(cont) {
[
all
...]
Completed in 440 milliseconds