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

  /external/v8/test/webkit/
dfg-flush-get-local.js 25 "Tests that if we emit a Flush of a GetLocal, we flush the source of the GetLocal."
dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js 25 "Tests that attempts by the DFG simplification to short-circuit a Phantom to a GetLocal on a variable that is SetLocal'd in the same block, and where the predecessor block(s) make no mention of that variable, do not result in crashes."
39 stuff(z); // Force a Flush, and then a Phantom on the GetLocal of x.
dfg-cfg-simplify-redundant-dead-get-local.js 25 "Tests if the CFG simplifier gracefully handles the case where Block #1 and #2 are merged, #1 has a dead GetLocal, and #2 has a live GetLocal on the same local."
dfg-phantom-get-local.js 25 "Tests that Phantom(GetLocal) is treated as being relevant to OSR."
dfg-constant-fold-uncaptured-variable-that-is-later-captured.js 44 // using GetLocal (which happens because of the CheckFunction to check the callee).
  /art/compiler/optimizing/
ssa_builder.cc 535 HInstruction* value = current_locals_->Get(load->GetLocal()->GetRegNumber());
549 current_locals_->Put(store->GetLocal()->GetRegNumber(), store->InputAt(1));
code_generator_arm64.cc 568 uint32_t stack_slot = GetStackSlot(instruction->AsLoadLocal()->GetLocal());
588 return Location::StackSlot(GetStackSlot(load->GetLocal()));
592 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal()));
    [all...]
code_generator_mips64.cc 821 uint32_t stack_slot = GetStackSlot(instruction->AsLoadLocal()->GetLocal());
840 return Location::StackSlot(GetStackSlot(load->GetLocal()));
844 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal()));
    [all...]