OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AreExitStubsInstalled
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
instrumentation.h
136
bool
AreExitStubsInstalled
() const {
stack.cc
283
bool exit_stubs_installed = Runtime::Current()->GetInstrumentation()->
AreExitStubsInstalled
();
thread.cc
[
all
...]
/art/runtime/entrypoints/
entrypoint_utils.cc
278
if (Runtime::Current()->GetInstrumentation()->
AreExitStubsInstalled
()) {
Completed in 65 milliseconds