HomeSort by relevance Sort by last modified time
    Searched refs:GetJniStubCode (Results 1 - 3 of 3) sorted by null

  /art/runtime/jit/
jit_code_cache.h 158 const void* GetJniStubCode(ArtMethod* method) REQUIRES(!lock_);
jit_code_cache.cc 519 const void* JitCodeCache::GetJniStubCode(ArtMethod* method) {
554 const void* code_ptr = GetJniStubCode(method);
    [all...]
  /art/runtime/
stack.cc 798 code = runtime->GetJit()->GetCodeCache()->GetJniStubCode(method);
    [all...]

Completed in 257 milliseconds