OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pF2l
(Results
1 - 8
of
8
) sorted by null
/art/runtime/entrypoints/quick/
quick_entrypoints.h
104
int64_t (*
pF2l
)(float);
/art/compiler/dex/quick/mips/
fp_mips.cc
147
GenConversionCall(QUICK_ENTRYPOINT_OFFSET(
pF2l
), rl_dest, rl_src);
/art/runtime/arch/arm/
entrypoints_init_arm.cc
211
qpoints->
pF2l
= art_f2l;
/art/runtime/arch/mips/
entrypoints_init_mips.cc
211
qpoints->
pF2l
= art_f2l;
/art/runtime/arch/x86/
entrypoints_init_x86.cc
193
qpoints->
pF2l
= art_quick_f2l;
/art/compiler/dex/quick/arm/
fp_arm.cc
148
GenConversionCall(QUICK_ENTRYPOINT_OFFSET(
pF2l
), rl_dest, rl_src);
/art/compiler/dex/quick/x86/
fp_x86.cc
208
GenConversionCall(QUICK_ENTRYPOINT_OFFSET(
pF2l
), rl_dest, rl_src);
/art/runtime/
thread.cc
[
all
...]
Completed in 50 milliseconds