HomeSort by relevance Sort by last modified time
    Searched refs:Force (Results 26 - 50 of 66) sorted by null

12 3

  /external/v8/test/mjsunit/regress/
regress-97116.js 36 for (var i = 0; i < 10; i++) gc(); // Force code flushing.
regress-97116b.js 36 for (var i = 0; i < 10; i++) gc(); // Force code flushing.
regress-990205.js 33 // Force eager compilation of x through the use of eval. The break
regress-convert-transition.js 33 // Force conversion of field to slow mode.
regress-opt-after-debug-deopt.js 66 Debug.setBreakPoint(f, 2, 0); // Force deopt.
  /external/v8/test/webkit/
dfg-multi-basic-block-structure-clobber.js 38 var o = o_.f; // Force this block to have a SetLocal.
dfg-store-unexpected-value-into-argument-and-osr-exit.js 32 x = true; // Force x to not have a hoisted integer speculation.
dfg-constant-fold-uncaptured-variable-that-is-later-captured.js 36 return arguments; // Force r2 (see below) to get captured.
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 158 pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Unresolve>(
168 m_pGOTSymbol = pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Resolve>(
418 // Force static initialization.
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 140 ATTRIBUTE Ascend-Force-56 248 integer
254 VALUE Ascend-Force-56 Force-56-No 0
255 VALUE Ascend-Force-56 Force-56-Yes 1
  /external/llvm/tools/opt/
opt.cpp 85 Force("f", cl::desc("Enable binary output on terminals"));
418 if (!Force && !NoOutput && !AnalyzeOnly && !OutputAssembly)
  /external/v8/test/mjsunit/bugs/
bug-1344252.js 39 // Force the inline caches to monomorphic state.
  /external/v8/test/mjsunit/compiler/
regress-3218915.js 49 // Force test to deopt. If it behaves normally, it should return the global
uint32.js 47 // Loop to force inline allocation failure and a call into runtime.
159 // Force promotion.
optimized-for-in.js 295 arr.push(":"); // Force deopt at the end of the loop.
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 573 pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Unresolve>(
583 m_pGOTSymbol = pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Resolve>(
598 pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Unresolve>(
608 m_pPLTSymbol = pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Resolve>(
942 // Force static initialization.
  /external/v8/test/mjsunit/
math-round.js 42 // Force the Math.round() representation to double to exercise the associated
value-wrapper.js 136 // Force the prototype into slow case and run the test again.
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 136 pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Unresolve>(
146 m_pGOTSymbol = pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Resolve>(
728 // Force static initialization.
  /external/clang/lib/Basic/
Diagnostic.cpp 349 bool DiagnosticsEngine::EmitCurrentDiagnostic(bool Force) {
353 if (Force) {
376 if (!Force && DelayedDiagID && DelayedDiagID != DiagID)
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 606 LDSymbol* IRBuilder::AddSymbol<IRBuilder::Force, IRBuilder::Unresolve>(
723 LDSymbol* IRBuilder::AddSymbol<IRBuilder::Force, IRBuilder::Resolve>(
789 return AddSymbol<Force, Resolve>(
  /external/llvm/include/llvm/Support/
CommandLine.h 274 virtual void printOptionValue(size_t GlobalWidth, bool Force) const = 0;
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 299 pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Unresolve>(
309 m_pGOTSymbol = pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Resolve>(
844 // Force static initialization.
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 325 pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Unresolve>(
335 m_pGOTSymbol = pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Resolve>(
    [all...]
HexagonRelocator.cpp 441 LDSymbol* cpy_sym = pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Resolve>(
459 pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Resolve>(

Completed in 670 milliseconds

12 3