Home
last modified time | relevance | path

Searched defs:instruction_index (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h391 int instruction_index() const { return instruction_index_; } in instruction_index() function
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h394 int instruction_index() const { return instruction_index_; } in instruction_index() function
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h372 int instruction_index() const { return instruction_index_; } in instruction_index() function
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h328 int instruction_index() const { return instruction_index_; } in instruction_index() function
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h326 int instruction_index() const { return instruction_index_; } in instruction_index() function
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h367 int instruction_index() const { return instruction_index_; } in instruction_index() function
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h372 int instruction_index() const { return instruction_index_; } in instruction_index() function
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h401 int instruction_index() const { return instruction_index_; } in instruction_index() function
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h472 int instruction_index() const { return instruction_index_; } in instruction_index() function
/external/v8/src/compiler/
Dregister-allocator.cc2492 int instruction_index = start.ToInstructionIndex(); in IntervalStartsAtBlockBoundary() local
2501 int instruction_index = start.ToInstructionIndex(); in IntervalPredecessorsCoveredByRange() local
2548 const LiveRange* range, int instruction_index) { in GetSplitPositionForInstruction()