Searched defs:signBit (Results 1 – 6 of 6) sorted by relevance
49 int signBit; in GetBigInt() local
525 void GetWordsArray(bool *signBit, size_t wordCount, uint64_t *words, JSHandle<BigInt> bigintVal) in GetWordsArray()
1113 ImmOperand &signBit = in GenerateCompareWithZeroInstruction() local1127 ImmOperand &signBit = in GenerateCompareWithZeroInstruction() local
2653 int signBit, in OH_JSVM_CreateBigintWords()3241 int* signBit, in OH_JSVM_GetValueBigintWords()
820 auto signBit = GetTypeSize(type, arch) - 1; in VisitDeoptimizeCompareImm() local
2474 void BigIntRef::GetWordsArray(const EcmaVM *vm, bool* signBit, size_t wordCount, uint64_t* words) in GetWordsArray()