HomeSort by relevance Sort by last modified time
    Searched refs:HInstruction (Results 51 - 73 of 73) sorted by null

1 23

  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 575 HInstruction* instr = HInstruction::cast(value);
638 HInstruction* hinstr,
748 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
844 HInstruction* current = block->first();
864 void LChunkBuilder::VisitInstruction(HInstruction* current) {
865 HInstruction* old_current = current_instruction_;
907 HInstruction* hydrogen_val) {
    [all...]
lithium-ia32.h     [all...]
lithium-codegen-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 529 HInstruction* instr = HInstruction::cast(value);
590 HInstruction* hinstr,
712 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
811 HInstruction* current = block->first();
831 void LChunkBuilder::VisitInstruction(HInstruction* current) {
832 HInstruction* old_current = current_instruction_;
874 HInstruction* hydrogen_val) {
    [all...]
lithium-mips.h     [all...]
lithium-codegen-mips.cc     [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 547 HInstruction* instr = HInstruction::cast(value);
610 HInstruction* hinstr,
721 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
817 HInstruction* current = block->first();
837 void LChunkBuilder::VisitInstruction(HInstruction* current) {
838 HInstruction* old_current = current_instruction_;
880 HInstruction* hydrogen_val) {
    [all...]
lithium-x64.h     [all...]
lithium-codegen-x64.cc     [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.cc 575 HInstruction* instr = HInstruction::cast(value);
631 HInstruction* hinstr,
734 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
830 HInstruction* current = block->first();
850 void LChunkBuilder::VisitInstruction(HInstruction* current) {
851 HInstruction* old_current = current_instruction_;
893 HInstruction* hydrogen_val) {
    [all...]
lithium-x87.h     [all...]
lithium-codegen-x87.cc     [all...]
  /external/chromium_org/v8/src/
lithium.cc 523 value->CheckFlag(HInstruction::kUint32));
603 arg_value->CheckFlag(HInstruction::kUint32));
hydrogen-bch.cc 297 for (HInstruction* i = bb->first(); i != NULL; i = i->next()) {
hydrogen-range-analysis.cc 114 HInstruction* instr = it.Current();
lithium-allocator.h 20 class HInstruction;
  /art/compiler/optimizing/
code_generator_x86_64.cc 307 void CodeGeneratorX86_64::Move(HInstruction* instruction,
309 HInstruction* move_for) {
388 HInstruction* cond = if_instr->InputAt(0);
398 HInstruction* cond = if_instr->InputAt(0);
694 HInstruction* input = invoke->InputAt(i);
    [all...]
code_generator_arm.cc 455 void CodeGeneratorARM::Move(HInstruction* instruction, Location location, HInstruction* move_for) {
549 HInstruction* cond = if_instr->InputAt(0);
559 HInstruction* cond = if_instr->InputAt(0);
803 HInstruction* input = invoke->InputAt(i);
    [all...]
code_generator_x86.cc 423 void CodeGeneratorX86::Move(HInstruction* instruction, Location location, HInstruction* move_for) {
507 HInstruction* cond = if_instr->InputAt(0);
517 HInstruction* cond = if_instr->InputAt(0);
749 HInstruction* input = invoke->InputAt(i);
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.h     [all...]
lithium-codegen-arm64.cc     [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h     [all...]
lithium-codegen-arm.cc     [all...]

Completed in 803 milliseconds

1 23