OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kQuick
(Results
1 - 6
of
6
) sorted by null
/art/runtime/entrypoints/quick/
quick_entrypoints_enum.h
25
// Define an enum for the entrypoints. Names are prepended a '
kQuick
'.
28
#define ENTRYPOINT_ENUM(name, rettype, ...)
kQuick
## name,
42
#define ENTRYPOINT_ENUM(name, rettype, ...) case
kQuick
## name : \
/art/compiler/
compiler.h
39
kQuick
,
compiler.cc
181
case
kQuick
:
oat_test.cc
94
: Compiler::
kQuick
;
common_compiler_test.cc
312
= (kUsePortableCompiler) ? Compiler::kPortable : Compiler::
kQuick
;
/art/dex2oat/
dex2oat.cc
[
all
...]
Completed in 220 milliseconds