OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InexpensiveConstantLong
(Results
1 - 8
of
8
) sorted by null
/art/compiler/dex/quick/mips/
codegen_mips.h
172
bool
InexpensiveConstantLong
(int64_t value);
utility_mips.cc
61
bool MipsMir2Lir::
InexpensiveConstantLong
(int64_t value) {
/art/compiler/dex/quick/arm/
codegen_arm.h
176
bool
InexpensiveConstantLong
(int64_t value);
utility_arm.cc
157
bool ArmMir2Lir::
InexpensiveConstantLong
(int64_t value) {
[
all
...]
/art/compiler/dex/quick/x86/
codegen_x86.h
170
bool
InexpensiveConstantLong
(int64_t value);
utility_x86.cc
59
bool X86Mir2Lir::
InexpensiveConstantLong
(int64_t value) {
/art/compiler/dex/quick/
mir_to_lir.h
[
all
...]
codegen_util.cc
34
res =
InexpensiveConstantLong
(mir_graph_->ConstantValueWide(rl_src));
[
all
...]
Completed in 242 milliseconds