Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-operands.cc51 const char* OperandSizeToString(OperandSize operand_size) { in OperandSizeToString()
71 std::ostream& operator<<(std::ostream& os, const OperandSize& operand_size) { in operator <<()
Dinterpreter-assembler.cc501 int operand_index, OperandSize operand_size, in BytecodeSignedOperand()
519 int operand_index, OperandSize operand_size, in BytecodeUnsignedOperand()
539 OperandSize operand_size = in BytecodeOperandCount() local
547 OperandSize operand_size = in BytecodeOperandFlag() local
556 OperandSize operand_size = in BytecodeOperandUImm() local
572 OperandSize operand_size = in BytecodeOperandImm() local
588 OperandSize operand_size = in BytecodeOperandIdxInt32() local
605 OperandSize operand_size = in BytecodeOperandConstantPoolIdx() local
615 OperandSize operand_size = in BytecodeOperandReg() local
624 OperandSize operand_size = in BytecodeOperandRuntimeId() local
[all …]
Dconstant-array-builder.cc23 Zone* zone, size_t start_index, size_t capacity, OperandSize operand_size) in ConstantArraySlice()
341 size_t ConstantArrayBuilder::CommitReservedEntry(OperandSize operand_size, in CommitReservedEntry()
362 void ConstantArrayBuilder::DiscardReservedEntry(OperandSize operand_size) { in DiscardReservedEntry()
Dconstant-array-builder.h210 inline OperandSize operand_size() const { return operand_size_; } in operand_size() function
Dbytecodes.cc149 OperandSize operand_size = in GetOperandOffset() local
/external/vixl/src/aarch64/
Dabi-aarch64.h100 unsigned operand_size = AlignUp(size, kWRegSizeInBytes); in GetNextParameterGenericOperand() local
Dmacro-assembler-aarch64.cc1667 int operand_size = static_cast<int>(dst.GetSizeInBits()); in Move() local
/external/v8/src/x64/
Ddisasm-x64.cc404 OperandSize operand_size() { in operand_size() function in disasm::DisassemblerX64
Dassembler-x64.h355 int operand_size() const { return data_.len; } in operand_size() function
/external/v8/src/mips/
Dmacro-assembler-mips.cc984 int operand_size) { in ByteSwapSigned()
1031 int operand_size) { in ByteSwapUnsigned()
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc1127 int operand_size) { in ByteSwapSigned()
1143 int operand_size) { in ByteSwapUnsigned()
/external/v8/src/arm/
Dsimulator-arm.cc1561 int operand_size = (precision == kSinglePrecision) ? 4 : 8; in HandleVList() local