Searched defs:signBit (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | interop_common.cpp | 49 int signBit; in GetBigInt() local 126 std::vector<EtsInt> ConvertBigIntArrayFromJsToEts(SmallVector<uint64_t, 4U> &jsArray, int signBit) in ConvertBigIntArrayFromJsToEts()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_bigint_test.cpp | 517 void GetWordsArray(bool *signBit, size_t wordCount, uint64_t *words, JSHandle<BigInt> bigintVal) in GetWordsArray()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 1149 ImmOperand &signBit = in GenerateCompareWithZeroInstruction() local 1163 ImmOperand &signBit = in GenerateCompareWithZeroInstruction() local
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.cpp | 2512 int signBit, in OH_JSVM_CreateBigintWords() 3044 int* signBit, in OH_JSVM_GetValueBigintWords()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode_visitor.cpp | 818 auto signBit = GetTypeSize(type, arch) - 1; in VisitDeoptimizeCompareImm() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 2397 void BigIntRef::GetWordsArray(const EcmaVM *vm, bool* signBit, size_t wordCount, uint64_t* words) in GetWordsArray()
|