OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:artLdiv
(Results
1 - 4
of
4
) sorted by null
/art/runtime/entrypoints/quick/
quick_math_entrypoints.cc
74
extern "C" int64_t
artLdiv
(int64_t a, int64_t b) {
/art/runtime/arch/mips64/
entrypoints_init_mips64.cc
67
extern "C" int64_t
artLdiv
(int64_t a, int64_t b);
133
qpoints->pLdiv =
artLdiv
;
/art/runtime/arch/mips/
entrypoints_init_mips.cc
68
extern "C" int64_t
artLdiv
(int64_t a, int64_t b);
302
qpoints->pLdiv =
artLdiv
;
/art/runtime/arch/x86/
quick_entrypoints_x86.S
[
all
...]
Completed in 1153 milliseconds