HomeSort by relevance Sort by last modified time
    Searched refs:OPTIMIZED (Results 1 - 17 of 17) sorted by null

  /external/compiler-rt/make/platform/
clang_mingw.mk 29 # Always use optimized variants.
30 OPTIMIZED := 1
clang_linux.mk 86 # Always use optimized variants.
87 OPTIMIZED := 1
  /external/swiftshader/third_party/LLVM/
build-for-llvm-top.sh 24 if test "$OPTIMIZED" -eq 1 ; then
25 config_options="$config_options --enable-optimized"
27 config_options="$config_options --disable-optimized"
  /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/v8/src/
compiler.h 40 enum CompilationTier { INTERPRETED, BASELINE, OPTIMIZED };
63 // offer this chance, optimized closure instantiation will not call this.
133 // Generate and return optimized code for OSR, or empty handle on failure.
204 // Registers weak object to optimized code dependencies.
runtime-profiler.cc 27 // optimized.
53 // Maximum size in bytes of generated code for a function to be optimized
157 TraceRecompile(function, OptimizationReasonToString(reason), "optimized");
181 // allocated arguments object. The optimized code would bypass it for
223 // Fall through and do a normal optimized compile as well.
229 // the function has long been marked or even already been optimized.
341 // Fall through and do a normal optimized compile as well.
386 // the function has long been marked or even already been optimized.
466 DCHECK_EQ(next_tier, Compiler::OPTIMIZED);
470 DCHECK_EQ(next_tier, Compiler::OPTIMIZED);
    [all...]
frames.h 105 V(OPTIMIZED, OptimizedFrame) \
177 // StandardFrames are used for interpreted, full-codegen and optimized
471 bool is_optimized() const { return type() == OPTIMIZED; }
488 return (type == JAVA_SCRIPT) || (type == OPTIMIZED) ||
497 // If this frame is optimized and was dynamically aligned return its old
    [all...]
compiler.cc 476 // Caching of optimized code enabled and optimized code found.
499 // Cache optimized context-specific code.
632 PrintF("[found optimized code for ");
750 // 2) The function may have already been optimized by OSR. Simply continue.
    [all...]
frames.cc 465 return OPTIMIZED;
471 return OPTIMIZED;
505 case OPTIMIZED:
508 // Unoptimized and optimized JavaScript frames, including
764 // possibly find pointers in optimized frames in that state.
797 case OPTIMIZED:
    [all...]
deoptimizer.cc 150 // Visit the list of optimized functions, removing elements that
151 // no longer refer to optimized code.
161 // The function no longer refers to optimized code, or the visitor
162 // changed the code to which it refers to no longer be optimized code.
172 // in the optimized functions list.
203 // marked code from the optimized code list to the deoptimized code list,
208 // A "closure" that unlinks optimized code that is going to be
218 // Unlink this function and evict from optimized code map.
240 // Make sure all activations of optimized code can deopt at their current PC.
241 // The topmost optimized code has special handling because it cannot b
    [all...]
isolate.cc 454 case StackFrame::OPTIMIZED:
    [all...]
  /external/v8/tools/
ll_prof.py 91 OPTIMIZED = 3
106 self.codetype = Code.OPTIMIZED
943 if code.codetype == Code.OPTIMIZED:
980 PrintTicks(optimized_ticks, ticks, "ticks in optimized code")
    [all...]
profile.js 75 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/v8/src/heap/
mark-compact.cc 935 // Always flush the optimized code map if there is one.
982 // Always flush the optimized code map if there is one.
    [all...]

Completed in 3154 milliseconds