Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-iterator.cc121 OperandType operand_type = in GetIndexOperand() local
128 OperandType operand_type = in GetRegisterOperand() local
143 OperandType operand_type = operand_types[operand_index]; in GetRegisterOperandRange() local
154 OperandType operand_type = in GetRuntimeIdOperand() local
163 OperandType operand_type = in GetIntrinsicIdOperand() local
Dbytecode-decoder.cc17 OperandType operand_type, in DecodeRegisterOperand()
27 const uint8_t* operand_start, uint32_t count, OperandType operand_type, in DecodeRegisterListOperand()
36 OperandType operand_type, in DecodeSignedOperand()
54 OperandType operand_type, in DecodeUnsignedOperand()
Dbytecodes.cc153 bool Bytecodes::IsRegisterOperandType(OperandType operand_type) { in IsRegisterOperandType()
170 bool Bytecodes::IsRegisterInputOperandType(OperandType operand_type) { in IsRegisterInputOperandType()
188 bool Bytecodes::IsRegisterOutputOperandType(OperandType operand_type) { in IsRegisterOutputOperandType()
248 bool Bytecodes::IsUnsignedOperandType(OperandType operand_type) { in IsUnsignedOperandType()
261 OperandSize Bytecodes::SizeOfOperand(OperandType operand_type, in SizeOfOperand()
Dbytecode-operands.cc30 const char* OperandTypeToString(OperandType operand_type) { in OperandTypeToString()
83 std::ostream& operator<<(std::ostream& os, const OperandType& operand_type) { in operator <<()
Dbytecodes.h655 static int GetNumberOfRegistersRepresentedBy(OperandType operand_type) { in GetNumberOfRegistersRepresentedBy()
/external/v8/src/runtime/
Druntime-interpreter.cc77 interpreter::OperandType operand_type = in PrintRegisters() local
/external/libunwind/src/dwarf/
DGexpr.c125 unw_word_t *addr, int operand_type, unw_word_t *val, void *arg) in read_operand()