OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EnterInterpreterFromStub
(Results
1 - 4
of
4
) sorted by null
/art/runtime/interpreter/
interpreter.h
45
extern JValue
EnterInterpreterFromStub
(Thread* self, MethodHelper& mh,
interpreter.cc
[
all
...]
/art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc
219
JValue result = interpreter::
EnterInterpreterFromStub
(self, mh, code_item, *shadow_frame);
/art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc
308
JValue result = interpreter::
EnterInterpreterFromStub
(self, mh, code_item, *shadow_frame);
Completed in 491 milliseconds