Searched refs:GetOperandOffset (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/interpreter/
H A Dbytecode-array-accessor.cc72 Bytecodes::GetOperandOffset(current_bytecode(), operand_index,
88 Bytecodes::GetOperandOffset(current_bytecode(), operand_index,
133 Bytecodes::GetOperandOffset(current_bytecode(), operand_index,
H A Dbytecode-decoder.cc126 Bytecodes::GetOperandOffset(bytecode, i, operand_scale);
182 Bytecodes::GetOperandOffset(bytecode, i + 1, operand_scale);
H A Dbytecodes.cc108 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, function in class:v8::internal::interpreter::Bytecodes
H A Dinterpreter-assembler.cc246 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()));
324 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale());
339 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale());
353 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale());
367 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale());
H A Dbytecodes.h715 static int GetOperandOffset(Bytecode bytecode, int i,

Completed in 72 milliseconds