HomeSort by relevance Sort by last modified time
    Searched refs:OPTIMIZED (Results 1 - 10 of 10) 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/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 132 # Always use optimized variants.
133 OPTIMIZED := 1
  /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/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 814 milliseconds