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

  /external/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"
  /frameworks/compile/libbcc/runtime/make/
options.mk 15 # Whether optimized function implementations should be used.
16 OPTIMIZED := 1
lib_info.mk 48 CC CFLAGS FUNCTIONS OPTIMIZED \
  /external/v8/src/
frames.h 127 V(OPTIMIZED, OptimizedFrame) \
179 bool is_optimized() const { return type() == OPTIMIZED; }
187 return (type == JAVA_SCRIPT) || (type == OPTIMIZED);
530 virtual Type type() const { return OPTIMIZED; }
frames.cc 423 // If we're using a "safe" stack iterator, we treat optimized
430 return (kind == Code::OPTIMIZED_FUNCTION) ? OPTIMIZED : JAVA_SCRIPT;
566 // Make sure that optimized frames do not contain any stack handlers.
572 // possibly find pointers in optimized frames in that state.
748 // Get the correct receiver in the optimized frame.
757 // of the outermost, optimized frame.
793 // back to a slow search in this case to find the original optimized
    [all...]
  /frameworks/compile/libbcc/runtime/make/platform/
darwin_fat.mk 53 OPTIMIZED.Debug := 0
  /frameworks/compile/libbcc/runtime/
Makefile 168 $(call Set,Tmp.Optimized,$(strip \
169 $(call GetCNAVar,OPTIMIZED,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
183 $(call SelectFunctionDir,$(Tmp.Config),$(Tmp.Arch),$(fn),$(Tmp.Optimized)))\
  /external/v8/tools/
profile.js 74 OPTIMIZED: 2
tickprocessor.js 67 case "*": return Profile.CodeState.OPTIMIZED;

Completed in 594 milliseconds