Home
last modified time | relevance | path

Searched defs:operand_index (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-assembler.cc206 Node* InterpreterAssembler::OperandOffset(int operand_index) { in OperandOffset()
211 Node* InterpreterAssembler::BytecodeOperandUnsignedByte(int operand_index) { in BytecodeOperandUnsignedByte()
220 Node* InterpreterAssembler::BytecodeOperandSignedByte(int operand_index) { in BytecodeOperandSignedByte()
286 Node* InterpreterAssembler::BytecodeOperandUnsignedShort(int operand_index) { in BytecodeOperandUnsignedShort()
301 Node* InterpreterAssembler::BytecodeOperandSignedShort(int operand_index) { in BytecodeOperandSignedShort()
323 Node* InterpreterAssembler::BytecodeOperandUnsignedQuad(int operand_index) { in BytecodeOperandUnsignedQuad()
337 Node* InterpreterAssembler::BytecodeOperandSignedQuad(int operand_index) { in BytecodeOperandSignedQuad()
358 Node* InterpreterAssembler::BytecodeSignedOperand(int operand_index, in BytecodeSignedOperand()
375 Node* InterpreterAssembler::BytecodeUnsignedOperand(int operand_index, in BytecodeUnsignedOperand()
392 Node* InterpreterAssembler::BytecodeOperandCount(int operand_index) { in BytecodeOperandCount()
[all …]
Dbytecode-array-iterator.cc63 int operand_index, OperandType operand_type) const { in GetUnsignedOperand()
79 int operand_index, OperandType operand_type) const { in GetSignedOperand()
Dbytecodes.h574 int operand_index) { in OperandIsScalableSignedByte()
581 int operand_index) { in OperandIsScalableUnsignedByte()
587 static bool OperandIsScalable(Bytecode bytecode, int operand_index) { in OperandIsScalable()
Dbytecodes.cc113 for (int operand_index = 0; operand_index < i; ++operand_index) { in GetOperandOffset() local
/external/v8/src/crankshaft/
Dhydrogen-environment-liveness.cc38 int operand_index = simulate->ToOperandIndex(index); in ZapEnvironmentSlot() local
Dlithium-allocator.cc581 int operand_index = iterator.Current(); in AddInitialIntervals() local
1249 int operand_index = iterator.Current(); in ResolveControlFlow() local
1323 int operand_index = iterator.Current(); in BuildLiveRanges() local
1340 int operand_index = iterator.Current(); in BuildLiveRanges() local
/external/v8/src/runtime/
Druntime-interpreter.cc76 for (int operand_index = 0; operand_index < operand_count; operand_index++) { in PrintRegisters() local
/external/v8/src/compiler/
Dregister-allocator.cc219 LiveRangeBoundArray* ArrayFor(int operand_index) { in ArrayFor()
1477 int operand_index = iterator.Current(); in ExistsUseWithoutDefinition() local
1886 int operand_index = iterator.Current(); in AddInitialIntervals() local
2364 int operand_index = iterator.Current(); in ProcessLoopHeader() local
Dbytecode-graph-builder.cc1428 int operand_index) { in GetBinaryOperationHint()