Home
last modified time | relevance | path

Searched defs:called (Results 1 – 4 of 4) sorted by relevance

/art/test/952-invoke-custom/generator/
DTestInvokeCustomWithConcurrentThreads.java50 private static final AtomicInteger[] called = new AtomicInteger[NUMBER_OF_THREADS]; field in TestInvokeCustomWithConcurrentThreads
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc199 ArtMethod* called, in GenericJniMethodEnd()
Dquick_trampoline_entrypoints.cc1064 ArtMethod* called, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickResolutionTrampoline()
2147 ArtMethod* called = *sp; in artQuickGenericJniTrampoline() local
2319 ArtMethod* called = *sp; in artQuickGenericJniEndTrampoline() local
/art/runtime/
Dcommon_throws.cc193 ArtMethod* called, in ThrowIllegalAccessErrorClassForMethodDispatch()