OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:native_code
(Results
1 - 1
of
1
) sorted by null
/art/runtime/entrypoints/jni/
jni_entrypoints.cc
42
void*
native_code
= soa.Vm()->FindCodeForNativeMethod(method);
local
43
if (
native_code
== NULL) {
48
method->RegisterNative(self,
native_code
, false);
49
return
native_code
;
Completed in 61 milliseconds