Home
last modified time | relevance | path

Searched defs:InterpreterEntryPoints (Results 1 – 2 of 2) sorted by relevance

/art/runtime/entrypoints/interpreter/
Dinterpreter_entrypoints.h35 struct PACKED(4) InterpreterEntryPoints { struct
36 void (*pInterpreterToInterpreterBridge)(Thread* self, MethodHelper& mh,
39 void (*pInterpreterToCompiledCodeBridge)(Thread* self, MethodHelper& mh,
/art/runtime/
Dentrypoints_order_test.cc279 TEST_F(EntrypointsOrderTest, InterpreterEntryPoints) { in TEST_F() argument