Home
last modified time | relevance | path

Searched defs:operand_type (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-iterator.cc78 OperandType operand_type = in GetIndexOperand() local
88 OperandType operand_type = in GetRegisterOperand() local
Dbytecodes.cc30 const char* Bytecodes::OperandTypeToString(OperandType operand_type) { in OperandTypeToString()
148 OperandSize Bytecodes::SizeOfOperand(OperandType operand_type) { in SizeOfOperand()
336 std::ostream& operator<<(std::ostream& os, const OperandType& operand_type) { in operator <<()
Dbytecode-array-builder.cc1234 OperandType operand_type = Bytecodes::GetOperandType(bytecode, operand_index); in OperandIsValid() local
/external/libunwind/src/dwarf/
DGexpr.c125 unw_word_t *addr, int operand_type, unw_word_t *val, void *arg) in read_operand()
/external/v8/test/cctest/interpreter/
Dtest-bytecode-generator.cc222 OperandType operand_type = Bytecodes::GetOperandType(bytecode, j); in CheckBytecodeArrayEqual() local