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

  /external/compiler-rt/make/platform/
clang_mingw.mk 29 # Always use optimized variants.
30 OPTIMIZED := 1
clang_linux.mk 85 # Always use optimized variants.
86 OPTIMIZED := 1
  /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 106 V(OPTIMIZED, OptimizedFrame) \
251 bool is_optimized() const { return type() == OPTIMIZED; }
262 return (type == JAVA_SCRIPT) || (type == OPTIMIZED) ||
271 // If this frame is optimized and was dynamically aligned return its old
682 Type type() const override { return OPTIMIZED; }
frames.cc 438 return OPTIMIZED;
458 return OPTIMIZED;
642 // possibly find pointers in optimized frames in that state.
963 // Get the correct function in the optimized frame.
979 // Get the correct receiver in the optimized frame.
    [all...]
deoptimizer.cc 239 // Visit the list of optimized functions, removing elements that
240 // no longer refer to optimized code.
249 // The function no longer refers to optimized code, or the visitor
250 // changed the code to which it refers to no longer be optimized code.
260 // in the optimized functions list.
291 // marked code from the optimized code list to the deoptimized code list,
296 // A "closure" that unlinks optimized code that is going to be
306 // Unlink this function and evict from optimized code map.
328 // Make sure all activations of optimized code can deopt at their current PC.
329 // The topmost optimized code has special handling because it cannot b
    [all...]
  /external/v8/tools/
ll_prof.py 91 OPTIMIZED = 3
106 self.codetype = Code.OPTIMIZED
    [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/test/cctest/
log-eq-of-logging-and-traversal.js 34 case "*": return Profile.CodeState.OPTIMIZED;
  /external/v8/src/profiler/
profile-generator.cc 605 sample.top_frame_type == StackFrame::OPTIMIZED)) {
  /external/v8/src/heap/
mark-compact.cc 985 // Always flush the optimized code map if there is one.
    [all...]

Completed in 251 milliseconds