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