HomeSort by relevance Sort by last modified time
    Searched refs:DecodeSignedOperand (Results 1 - 4 of 4) sorted by null

  /external/v8/src/interpreter/
bytecode-decoder.h 32 static int32_t DecodeSignedOperand(const uint8_t* operand_start,
bytecode-decoder.cc 21 DecodeSignedOperand(operand_start, operand_type, operand_scale);
35 int32_t BytecodeDecoder::DecodeSignedOperand(const uint8_t* operand_start,
122 os << "[" << DecodeSignedOperand(operand_start, op_type, operand_scale)
bytecode-array-iterator.cc 90 return BytecodeDecoder::DecodeSignedOperand(operand_start, operand_type,
  /external/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 345 static int32_t DecodeSignedOperand(uint32_t Operand) {
351 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) {
352 return DecodeSignedOperand(GetCompressedAnnotation(Annotations));
406 Result.S1 = DecodeSignedOperand(Next);
410 Result.S1 = DecodeSignedOperand(Next);
415 Result.S1 = DecodeSignedOperand(Annotation >> 4);
    [all...]

Completed in 94 milliseconds