Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h376 int instruction_index() const { return instruction_index_; } in instruction_index() function
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h342 int instruction_index() const { return instruction_index_; } in instruction_index() function
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h344 int instruction_index() const { return instruction_index_; } in instruction_index() function
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h410 int instruction_index() const { return instruction_index_; } in instruction_index() function
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h413 int instruction_index() const { return instruction_index_; } in instruction_index() function
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h370 int instruction_index() const { return instruction_index_; } in instruction_index() function
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h376 int instruction_index() const { return instruction_index_; } in instruction_index() function
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h426 int instruction_index() const { return instruction_index_; } in instruction_index() function
/external/v8/test/cctest/compiler/
Dtest-instruction.cc95 BasicBlock* GetBasicBlock(int instruction_index) { in GetBasicBlock()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h476 int instruction_index() const { return instruction_index_; } in instruction_index() function
/external/lldb/source/Expression/
DIRExecutionUnit.cpp210 for (size_t instruction_index = 0, num_instructions = instruction_list.GetSize(); in DisassembleFunction() local
/external/v8/src/compiler/
Dregister-allocator.cc2381 int instruction_index = start.ToInstructionIndex(); in IntervalStartsAtBlockBoundary() local
2390 int instruction_index = start.ToInstructionIndex(); in IntervalPredecessorsCoveredByRange() local
2431 const LiveRange* range, int instruction_index) { in GetSplitPositionForInstruction()