OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTIMIZED
(Results
1 - 13
of
13
) sorted by null
/external/compiler-rt/make/
options.mk
15
# Whether
optimized
function implementations should be used.
16
OPTIMIZED
:= 1
lib_info.mk
56
CC CFLAGS LDFLAGS FUNCTIONS
OPTIMIZED
\
/external/chromium_org/v8/src/
frames.h
141
V(
OPTIMIZED
, OptimizedFrame) \
225
bool is_optimized() const { return type() ==
OPTIMIZED
; }
236
return (type == JAVA_SCRIPT) || (type ==
OPTIMIZED
);
244
// If this frame is
optimized
and was dynamically aligned return its old
665
virtual Type type() const { return
OPTIMIZED
; }
frames.cc
425
// If we're using a "safe" stack iterator, we treat
optimized
433
return (kind == Code::OPTIMIZED_FUNCTION) ?
OPTIMIZED
: JAVA_SCRIPT;
618
// possibly find pointers in
optimized
frames in that state.
710
// Make sure that
optimized
frames do not contain any stack handlers.
978
// Get the correct receiver in the
optimized
frame.
991
// of the outermost,
optimized
frame.
[
all
...]
deoptimizer.cc
248
// Visit the list of
optimized
functions, removing elements that
249
// no longer refer to
optimized
code.
258
// The function no longer refers to
optimized
code, or the visitor
259
// changed the code to which it refers to no longer be
optimized
code.
269
// in the
optimized
functions list.
299
// marked code from the
optimized
code list to the deoptimized code list,
304
// A "closure" that unlinks
optimized
code that is going to be
314
// Unlink this function and evict from
optimized
code map.
336
// Make sure all activations of
optimized
code can deopt at their current PC.
337
// The topmost
optimized
code has special handling because it cannot b
[
all
...]
/external/compiler-rt/make/platform/
darwin_fat.mk
54
OPTIMIZED
.Debug := 0
clang_linux.mk
160
# Always use
optimized
variants.
161
OPTIMIZED
:= 1
/external/chromium_org/v8/tools/
ll_prof.py
91
OPTIMIZED
= 3
106
self.codetype = Code.
OPTIMIZED
966
if code.codetype == Code.
OPTIMIZED
:
[
all
...]
profile.js
74
OPTIMIZED
: 2
tickprocessor.js
67
case "*": return Profile.CodeState.
OPTIMIZED
;
/external/compiler-rt/
Makefile
178
$(call Set,Tmp.
Optimized
,$(strip \
179
$(call GetCNAVar,
OPTIMIZED
,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
204
$(call SelectFunctionDir,$(Tmp.Config),$(Tmp.Arch),$(fn),$(Tmp.
Optimized
)))\
/external/chromium_org/v8/test/cctest/
log-eq-of-logging-and-traversal.js
34
case "*": return Profile.CodeState.
OPTIMIZED
;
/external/chromium_org/v8/src/heap/
mark-compact.cc
[
all
...]
Completed in 359 milliseconds