Home
last modified time | relevance | path

Searched refs:DecodeSignedOperand (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-decoder.cc21 DecodeSignedOperand(operand_start, operand_type, operand_scale); in DecodeRegisterOperand()
35 int32_t BytecodeDecoder::DecodeSignedOperand(const uint8_t* operand_start, in DecodeSignedOperand() function in v8::internal::interpreter::BytecodeDecoder
148 os << "[" << DecodeSignedOperand(operand_start, op_type, operand_scale) in Decode()
Dbytecode-decoder.h32 static int32_t DecodeSignedOperand(const uint8_t* operand_start,
Dbytecode-array-accessor.cc90 return BytecodeDecoder::DecodeSignedOperand(operand_start, operand_type, in GetSignedOperand()
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h345 static int32_t DecodeSignedOperand(uint32_t Operand) { in DecodeSignedOperand() function
351 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) { in DecodeSignedOperand() function
352 return DecodeSignedOperand(GetCompressedAnnotation(Annotations)); in DecodeSignedOperand()
406 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation()
410 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation()
415 Result.S1 = DecodeSignedOperand(Annotation >> 4); in ParseCurrentAnnotation()