OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:special_case
(Results
1 - 9
of
9
) sorted by null
/art/compiler/dex/quick/mips/
codegen_mips.h
136
void GenSpecialCase(BasicBlock* bb, MIR* mir, SpecialCaseHandler
special_case
);
call_mips.cc
27
SpecialCaseHandler
special_case
) {
/art/compiler/dex/quick/arm/
codegen_arm.h
135
void GenSpecialCase(BasicBlock* bb, MIR* mir, SpecialCaseHandler
special_case
);
int_arm.cc
685
bool
special_case
= true;
local
690
special_case
= false;
703
if (
special_case
) {
713
if (
special_case
) {
[
all
...]
call_arm.cc
219
SpecialCaseHandler
special_case
) {
222
switch (
special_case
) {
278
if (
special_case
!= kIdentity) {
/art/compiler/dex/quick/x86/
call_x86.cc
26
SpecialCaseHandler
special_case
) {
codegen_x86.h
136
void GenSpecialCase(BasicBlock* bb, MIR* mir, SpecialCaseHandler
special_case
);
/art/compiler/dex/quick/
mir_to_lir.cc
783
void Mir2Lir::SpecialMIR2LIR(SpecialCaseHandler
special_case
) {
809
GenSpecialCase(bb, mir,
special_case
);
mir_to_lir.h
522
void SpecialMIR2LIR(SpecialCaseHandler
special_case
);
644
SpecialCaseHandler
special_case
) = 0;
[
all
...]
Completed in 1294 milliseconds