Home
last modified time | relevance | path

Searched refs:instruction_index (Results 1 – 22 of 22) sorted by relevance

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h372 int instruction_index() const { return instruction_index_; } in instruction_index() function
Dlithium-codegen-arm.cc259 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
264 code->instruction_index(), in GenerateDeferredCode()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h326 int instruction_index() const { return instruction_index_; } in instruction_index() function
Dlithium-codegen-s390.cc264 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
270 code->instruction_index(), code->instr()->hydrogen_value()->id(), in GenerateDeferredCode()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h328 int instruction_index() const { return instruction_index_; } in instruction_index() function
Dlithium-codegen-ppc.cc276 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
282 code->instruction_index(), code->instr()->hydrogen_value()->id(), in GenerateDeferredCode()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h372 int instruction_index() const { return instruction_index_; } in instruction_index() function
Dlithium-codegen-ia32.cc333 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
338 code->instruction_index(), in GenerateDeferredCode()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h367 int instruction_index() const { return instruction_index_; } in instruction_index() function
Dlithium-codegen-x64.cc364 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
369 code->instruction_index(), in GenerateDeferredCode()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h394 int instruction_index() const { return instruction_index_; } in instruction_index() function
Dlithium-codegen-mips64.cc268 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
273 code->instruction_index(), in GenerateDeferredCode()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h391 int instruction_index() const { return instruction_index_; } in instruction_index() function
Dlithium-codegen-mips.cc292 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
297 code->instruction_index(), in GenerateDeferredCode()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h401 int instruction_index() const { return instruction_index_; } in instruction_index() function
Dlithium-codegen-arm64.cc710 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
715 code->instruction_index(), in GenerateDeferredCode()
/external/v8/src/compiler/
Dregister-allocator.cc2496 int instruction_index = start.ToInstructionIndex(); in IntervalStartsAtBlockBoundary() local
2498 data()->code()->GetInstructionBlock(instruction_index); in IntervalStartsAtBlockBoundary()
2499 return block->first_instruction_index() == instruction_index; in IntervalStartsAtBlockBoundary()
2505 int instruction_index = start.ToInstructionIndex(); in IntervalPredecessorsCoveredByRange() local
2507 data()->code()->GetInstructionBlock(instruction_index); in IntervalPredecessorsCoveredByRange()
2552 const LiveRange* range, int instruction_index) { in GetSplitPositionForInstruction() argument
2555 ret = LifetimePosition::GapFromInstructionIndex(instruction_index); in GetSplitPositionForInstruction()
Dinstruction.cc886 int instruction_index) const { in GetInstructionBlock()
887 return instructions()[instruction_index]->block(); in GetInstructionBlock()
Dregister-allocator.h990 int instruction_index);
Dinstruction.h1487 InstructionBlock* GetInstructionBlock(int instruction_index) const; in NON_EXPORTED_BASE()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h472 int instruction_index() const { return instruction_index_; } in instruction_index() function
Dlithium-codegen-x87.cc336 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
341 code->instruction_index(), in GenerateDeferredCode()