OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_fast
(Results
1 - 4
of
4
) sorted by null
/art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc
54
bool
is_fast
= native_method->IsFastNative();
variable
55
if (!
is_fast
) {
/art/runtime/
art_method.cc
315
void ArtMethod::RegisterNative(const void* native_method, bool
is_fast
) {
319
if (
is_fast
) {
art_method.h
493
void RegisterNative(const void* native_method, bool
is_fast
)
jni_internal.cc
2123
bool
is_fast
= false;
local
[
all
...]
Completed in 355 milliseconds