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

  /art/runtime/interpreter/
interpreter.h 38 extern void EnterInterpreterFromInvoke(Thread* self, ArtMethod* method,
unstarted_runtime.cc 258 EnterInterpreterFromInvoke(self, cons, h_obj.Get(), nullptr, nullptr);
489 EnterInterpreterFromInvoke(self, constructor, h_obj.Get(), args, nullptr);
    [all...]
interpreter.cc 391 void EnterInterpreterFromInvoke(Thread* self, ArtMethod* method, Object* receiver,
401 const char* old_cause = self->StartAssertNoThreadSuspension("EnterInterpreterFromInvoke");
  /art/runtime/
art_method.cc 260 art::interpreter::EnterInterpreterFromInvoke(
265 art::interpreter::EnterInterpreterFromInvoke(

Completed in 40 milliseconds