Home | History | Annotate | Download | only in jit

Lines Matching defs:entrypoint

1286         // Change entry points of native methods back to the GenericJNI entrypoint.
1347 // Clear the profiling info of methods that do not have compiled code as entrypoint.
1720 const void* entrypoint = method_header->GetEntryPoint();
1722 // We could simply update the entrypoint of `method` but if the last JIT GC has
1730 instrumentation->UpdateNativeMethodsCodeToJitCode(m, entrypoint);
1810 // The entrypoint is the one to invalidate, so we just update it to the interpreter entry point