OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_deoptimization
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
instrumentation.cc
552
void Instrumentation::PopMethodForUnwind(Thread* self, bool
is_deoptimization
) const {
561
if (
is_deoptimization
) {
thread.cc
1932
bool
is_deoptimization
= (exception == reinterpret_cast<mirror::Throwable*>(-1));
local
[
all
...]
instrumentation.h
206
void PopMethodForUnwind(Thread* self, bool
is_deoptimization
) const
Completed in 47 milliseconds