Searched refs:kQuick (Results 1 - 6 of 6) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints_enum.h26 // Define an enum for the entrypoints. Names are prepended a 'kQuick'.
29 #define ENTRYPOINT_ENUM(name, rettype, ...) kQuick ## name,
43 #define ENTRYPOINT_ENUM(name, rettype, ...) case kQuick ## name : \
59 template <> inline void CheckEntrypointTypes<kQuick ## name, __VA_ARGS__>() {}; // NOLINT [readability/braces] [4]
/art/compiler/
H A Dcompiler.cc28 case kQuick:
H A Dcompiler.h37 kQuick, enumerator in enum:art::Compiler::Kind
H A Doat_test.cc356 Compiler::Kind compiler_kind = Compiler::kQuick;
474 Compiler::Kind compiler_kind = Compiler::kQuick;
/art/compiler/linker/
H A Drelative_patcher_test.h50 Compiler::kQuick,
/art/dex2oat/
H A Ddex2oat.cc656 compiler_kind_ = Compiler::kQuick;

Completed in 88 milliseconds