Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h367 int instruction_index() const { return instruction_index_; } in instruction_index() function
Dlithium-codegen-x64.cc358 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
363 code->instruction_index(), in GenerateDeferredCode()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h372 int instruction_index() const { return instruction_index_; } in instruction_index() function
Dlithium-codegen-arm.cc255 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
260 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.cc260 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
266 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.cc329 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
334 code->instruction_index(), 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.cc272 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
278 code->instruction_index(), code->instr()->hydrogen_value()->id(), 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.cc288 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
293 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.cc264 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
269 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.cc706 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
711 code->instruction_index(), in GenerateDeferredCode()
/external/v8/src/compiler/
Dinstruction.cc873 int instruction_index) const { in GetInstructionBlock()
874 return instructions()[instruction_index]->block(); in GetInstructionBlock()
Dregister-allocator.cc2492 int instruction_index = start.ToInstructionIndex(); in IntervalStartsAtBlockBoundary() local
2494 data()->code()->GetInstructionBlock(instruction_index); in IntervalStartsAtBlockBoundary()
2495 return block->first_instruction_index() == instruction_index; in IntervalStartsAtBlockBoundary()
2501 int instruction_index = start.ToInstructionIndex(); in IntervalPredecessorsCoveredByRange() local
2503 data()->code()->GetInstructionBlock(instruction_index); in IntervalPredecessorsCoveredByRange()
2548 const LiveRange* range, int instruction_index) { in GetSplitPositionForInstruction() argument
2551 ret = LifetimePosition::GapFromInstructionIndex(instruction_index); in GetSplitPositionForInstruction()
Dregister-allocator.h990 int instruction_index);
Dinstruction.h1387 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.cc332 instructions_->at(code->instruction_index())->hydrogen_value(); in GenerateDeferredCode()
337 code->instruction_index(), in GenerateDeferredCode()