OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetInsnSize
(Results
1 - 8
of
8
) sorted by null
/art/compiler/dex/quick/
mir_to_lir-inl.h
151
lir->flags.size =
GetInsnSize
(lir);
mir_to_lir.h
581
virtual int
GetInsnSize
(LIR* lir) = 0;
[
all
...]
/art/compiler/dex/quick/mips/
codegen_mips.h
83
int
GetInsnSize
(LIR* lir);
assemble_mips.cc
[
all
...]
/art/compiler/dex/quick/arm/
codegen_arm.h
82
int
GetInsnSize
(LIR* lir);
assemble_arm.cc
[
all
...]
/art/compiler/dex/quick/x86/
codegen_x86.h
83
int
GetInsnSize
(LIR* lir);
assemble_x86.cc
[
all
...]
Completed in 243 milliseconds