HomeSort by relevance Sort by last modified time
    Searched refs:OPTIMIZED (Results 1 - 14 of 14) 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 \
  /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 136 V(OPTIMIZED, OptimizedFrame) \
191 bool is_optimized() const { return type() == OPTIMIZED; }
199 return (type == JAVA_SCRIPT) || (type == OPTIMIZED);
550 virtual Type type() const { return OPTIMIZED; }
frames.cc 452 // If we're using a "safe" stack iterator, we treat optimized
459 return (kind == Code::OPTIMIZED_FUNCTION) ? OPTIMIZED : JAVA_SCRIPT;
608 // Make sure that optimized frames do not contain any stack handlers.
614 // possibly find pointers in optimized frames in that state.
867 // Get the correct receiver in the optimized frame.
880 // of the outermost, optimized frame.
924 // back to a slow search in this case to find the original optimized
    [all...]
  /external/compiler-rt/make/platform/
darwin_fat.mk 54 OPTIMIZED.Debug := 0
clang_linux.mk 89 # Always use optimized variants.
90 OPTIMIZED := 1
  /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/compiler-rt/
Makefile 176 $(call Set,Tmp.Optimized,$(strip \
177 $(call GetCNAVar,OPTIMIZED,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
202 $(call SelectFunctionDir,$(Tmp.Config),$(Tmp.Arch),$(fn),$(Tmp.Optimized)))\
  /external/v8/test/cctest/
log-eq-of-logging-and-traversal.js 34 case "*": return Profile.CodeState.OPTIMIZED;
  /external/v8/tools/
profile.js 74 OPTIMIZED: 2
tickprocessor.js 67 case "*": return Profile.CodeState.OPTIMIZED;

Completed in 117 milliseconds