OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:deoptimization
(Results
26 - 50
of
265
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/art/compiler/optimizing/
bounds_check_elimination.cc
415
// Lower bound isn't useful. Leave it to
deoptimization
.
466
// Upper bound isn't useful. Leave it to
deoptimization
.
496
// the
deoptimization
technique.
500
// bother to apply the
deoptimization
technique since it's likely, or sometimes certain,
552
// code dominated by the
deoptimization
.
[
all
...]
/art/runtime/entrypoints/
runtime_asm_entrypoints.h
69
// Entry point for quick code that performs
deoptimization
.
/art/runtime/
thread_state.h
44
kWaitingForDeoptimization, // WAITING TS_WAIT waiting for
deoptimization
suspend all
/art/test/802-deoptimization/src/
DeoptimizationController.java
22
* Controls
deoptimization
using dalvik.system.VMDebug class.
/external/v8/src/
compilation-info.h
116
// Always include
deoptimization
support to avoid having to recompile again.
221
//
Deoptimization
support.
296
// initialized when generating the
deoptimization
literals
356
// Compilation mode flag and whether
deoptimization
is allowed.
disassembler.cc
228
// A runtime entry reloinfo might be a
deoptimization
bailout.
244
out.AddFormatted(" ;; soft
deoptimization
bailout %d", id);
247
out.AddFormatted(" ;; lazy
deoptimization
bailout %d", id);
250
out.AddFormatted(" ;;
deoptimization
bailout %d", id);
safepoint-table.h
198
// Record
deoptimization
index for lazy
deoptimization
for the last
/art/openjdkjvmti/
deopt_manager.h
168
// Number of users of
deoptimization
there currently are.
185
// Helper for setting up/tearing-down for
deoptimization
.
/art/test/534-checker-bce-deoptimization/src/
Main.java
62
* Note: These tests rely on the
deoptimization
happening before the loop,
67
* would no longer be used after the
deoptimization
and another approach
/art/test/616-cha/src/
Main.java
110
// Wait for Main2 to be linked and
deoptimization
is triggered.
118
// There should be a
deoptimization
here right after Main2 is linked by
/art/test/616-cha-abstract/src/
Main.java
88
// Wait for Main2 to be linked and
deoptimization
is triggered.
96
// There should be a
deoptimization
here right after Main2 is linked by
/art/test/616-cha-interface/src/
Main.java
102
// Wait for Main2 to be linked and
deoptimization
is triggered.
110
// There should be a
deoptimization
here right after Main2 is linked by
/art/test/616-cha-interface-default/src/
Main.java
96
// Wait for Main2 to be linked and
deoptimization
is triggered.
104
// There should be a
deoptimization
here right after Main3 is linked by
/art/test/616-cha-miranda/src/
Main.java
92
// Wait for Main2 to be linked and
deoptimization
is triggered.
100
// There should be a
deoptimization
here right after Main2 is linked by
/art/test/common/
stack_inspect.cc
69
// TODO Remove 'allow_runtime_frames' option once we have
deoptimization
through runtime frames.
106
// TODO Remove 'require_deoptimizable' option once we have
deoptimization
through runtime frames.
/external/v8/src/debug/
debug-frames.cc
30
// TODO(turbofan): Revisit once we support
deoptimization
.
76
// TODO(turbofan): Revisit once we support
deoptimization
.
/external/v8/src/ia32/
deoptimizer-ia32.cc
130
// Emit call to lazy
deoptimization
at all lazy deopt points.
137
//
deoptimization
entry.
140
// Patch lazy
deoptimization
entry.
145
// We use RUNTIME_ENTRY for
deoptimization
bailouts.
360
// Create a sequence of
deoptimization
entries.
/external/v8/src/x87/
deoptimizer-x87.cc
130
// Emit call to lazy
deoptimization
at all lazy deopt points.
137
//
deoptimization
entry.
140
// Patch lazy
deoptimization
entry.
145
// We use RUNTIME_ENTRY for
deoptimization
bailouts.
396
// Create a sequence of
deoptimization
entries.
/external/v8/src/arm64/
deoptimizer-arm64.cc
45
//
deoptimization
entry.
125
// address for lazy
deoptimization
.
305
// Create a sequence of
deoptimization
entries.
/external/v8/src/ppc/
deoptimizer-ppc.cc
67
//
deoptimization
entry.
154
// address for lazy
deoptimization
) and compute the fp-to-sp delta in
311
// Create a sequence of
deoptimization
entries.
/external/v8/src/s390/
deoptimizer-s390.cc
65
//
deoptimization
entry.
144
// address for lazy
deoptimization
) and compute the fp-to-sp delta in
304
// Create a sequence of
deoptimization
entries. Note that any
/external/v8/src/x64/
deoptimizer-x64.cc
59
// corresponding
deoptimization
entry, or a short call to an absolute
72
//
deoptimization
entry.
300
// Create a sequence of
deoptimization
entries.
/art/test/449-checker-bce/src/
Main.java
283
// to create a compare with
deoptimization
instruction.
303
// We don't apply the
deoptimization
for very large constant index
[
all
...]
/art/test/566-polymorphic-inlining/src/
Main.java
74
// This will trigger a
deoptimization
of the compiled code.
/external/v8/src/ic/arm64/
handler-compiler-arm64.cc
247
// If we generate a global code snippet for
deoptimization
only, remember
248
// the place to continue after
deoptimization
.
288
// If we generate a global code snippet for
deoptimization
only, remember
289
// the place to continue after
deoptimization
.
Completed in 650 milliseconds
1
2
3
4
5
6
7
8
9
10
11