HomeSort by relevance Sort by last modified time
    Searched full:materialized (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /art/test/409-materialized-condition/
info.txt 1 Test that materialized conditions are evaluated correctly.
  /art/test/565-checker-condition-liveness/
info.txt 1 Test the use positions of inputs of non-materialized conditions
  /art/test/566-checker-codegen-select/
info.txt 1 Test the use positions of inputs of non-materialized conditions
  /external/v8/src/interpreter/
bytecode-register-optimizer.cc 15 // register is materialized in the bytecode stream.
18 RegisterInfo(Register reg, uint32_t equivalence_id, bool materialized)
21 materialized_(materialized),
26 void MoveToNewEquivalenceSet(uint32_t equivalence_id, bool materialized);
32 // materialized. The materialized equivalent will be this register
33 // if it is materialized. Returns nullptr if no materialized
38 // materialized and not register |reg|. The materialized equivalen
55 bool materialized() const { return materialized_; } function in class:v8::internal::interpreter::final
377 RegisterInfo* materialized = info->GetMaterializedEquivalent(); local
    [all...]
  /external/llvm/test/CodeGen/X86/
fast-isel-x32.ll 4 ; Test that alloca addresses are materialized with the right size instruction.
cmov-double.ll 37 ; If one of the conditions is materialized as a 0/1 value anyway, then the
  /external/v8/src/debug/
debug-evaluate.cc 69 // materialized and included on top of the native context. Changes to
70 // the materialized object are written back afterwards.
139 // use a debug-evaluate context to wrap both the materialized object and
149 // - Look up in the materialized stack variables.
158 Handle<JSObject> materialized = factory->NewJSObjectWithNullProto(); local
162 MaterializeReceiver(materialized, local_context, local_function,
164 frame_inspector.MaterializeStackLocals(materialized, local_function);
165 MaterializeArgumentsObject(materialized, local_function);
168 context_chain_element.materialized_object = materialized;
188 Handle<JSObject> materialized = factory->NewJSObjectWithNullProto() local
    [all...]
debug-evaluate.h 22 // - Parameters and stack-allocated locals need to be materialized. Altered
24 // - The arguments object needs to materialized.
  /external/llvm/test/Linker/
comdat_group.ll 1 ; Ensure complete comdat group is materialized
  /external/v8/test/mjsunit/regress/
regress-crbug-222893.js 51 debugger; // Arguments object is already materialized.
59 debugger; // Arguments object is not yet materialized.
  /art/test/469-condition-materialization/src/
Main.java 20 // not getting materialized if only used by an environment.
  /external/llvm/test/CodeGen/AArch64/
arm64-const-addr.ll 5 ; Test if the constant base address gets only materialized once.
  /external/llvm/test/CodeGen/ARM/
fast-isel-deadcode.ll 4 ; being passed via a register, so the materialized arguments become dead code.
2010-12-08-tpsoft.ll 6 ;; Make sure that bl __aeabi_read_tp is materialized and fixed up correctly
movcc-double.ll 35 ; If one of the conditions is materialized as a 0/1 value anyway, then the
  /external/llvm/test/CodeGen/SPARC/
spillsize.ll 6 ; This function spills two values: %p and the materialized large constant.
  /external/v8/test/mjsunit/bugs/
bug-941049.js 46 // Test function with a materialized arguments array.
56 // Test function without a materialized arguments array.
  /external/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 135 /// can be materialized with an ORR instruction.
144 /// 16-bit chunks will be materialized with MOVK instructions.
147 /// of the chunks doesn't matter), assuming |A|A|A|A| can be materialized with
170 // materialized with an ORR instruction.
187 // Find the first chunk not materialized with the ORR instruction.
204 // In case we have three instances the whole constant is now materialized
212 // Find the remaining chunk which needs to be materialized.
443 // E.g. assuming |A|X|A|X| is a pattern which can be materialized with ORR,
449 // Only look at 64-bit constants which can't be materialized with a single
453 // Ignore 32-bit constants here, they always can be materialized with
    [all...]
  /external/v8/test/mjsunit/compiler/
deopt-materialize-accumulator.js 36 // accumulator holding an unboxed double which needs materialized.
escape-analysis-representation.js 30 // This tests that captured objects materialized through the deoptimizer
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
SessionDescription.java 33 * SDPs are passed as serialized Strings in Java-land and are materialized
  /external/llvm/test/CodeGen/Thumb2/
tpsoft.ll 10 ;; Make sure that bl __aeabi_read_tp is materialized and fixed up correctly
  /art/compiler/optimizing/
ssa_builder.h 31 * following text is materialized as a `HPhi`.
  /art/test/566-checker-codegen-select/src/
Main.java 35 // Condition can be non-materialized on X86 because the condition does not
  /external/llvm/include/llvm/ExecutionEngine/Orc/
JITSymbol.h 63 assert(CachedAddr && "Symbol could not be materialized.");

Completed in 1452 milliseconds

1 2 3 4 5 6