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

1 23

  /external/chromium_org/v8/src/arm/
lithium-arm.cc 518 HInstruction* instr = HInstruction::cast(value);
579 HInstruction* hinstr,
701 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
797 HInstruction* current = block->first();
817 void LChunkBuilder::VisitInstruction(HInstruction* current) {
818 HInstruction* old_current = current_instruction_;
860 HInstruction* hydrogen_val) {
    [all...]
lithium-arm.h     [all...]
lithium-codegen-arm.cc     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 569 HInstruction* instr = HInstruction::cast(value);
631 HInstruction* hinstr,
741 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
837 HInstruction* current = block->first();
857 void LChunkBuilder::VisitInstruction(HInstruction* current) {
858 HInstruction* old_current = current_instruction_;
900 HInstruction* hydrogen_val) {
    [all...]
lithium-ia32.h     [all...]
lithium-codegen-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 525 HInstruction* instr = HInstruction::cast(value);
586 HInstruction* hinstr,
708 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
807 HInstruction* current = block->first();
827 void LChunkBuilder::VisitInstruction(HInstruction* current) {
828 HInstruction* old_current = current_instruction_;
870 HInstruction* hydrogen_val) {
    [all...]
lithium-mips.h     [all...]
lithium-codegen-mips.cc     [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 551 HInstruction* instr = HInstruction::cast(value);
613 HInstruction* hinstr,
724 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
820 HInstruction* current = block->first();
840 void LChunkBuilder::VisitInstruction(HInstruction* current) {
841 HInstruction* old_current = current_instruction_;
883 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);
637 HInstruction* hinstr,
740 does_deopt = !instr->CheckFlag(HInstruction::kUint32);
836 HInstruction* current = block->first();
856 void LChunkBuilder::VisitInstruction(HInstruction* current) {
857 HInstruction* old_current = current_instruction_;
907 HInstruction* hydrogen_val) {
    [all...]
lithium-x87.h     [all...]
lithium-codegen-x87.cc     [all...]
  /external/chromium_org/v8/src/
lithium.cc 572 value->CheckFlag(HInstruction::kUint32));
652 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();
  /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/mips64/
lithium-mips64.h     [all...]
lithium-codegen-mips64.cc     [all...]

Completed in 1654 milliseconds

1 23