Home
last modified time | relevance | path

Searched defs:signBit (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_common.cpp49 int signBit; in GetBigInt() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp525 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/
Daarch64_cgfunc.cpp1113 ImmOperand &signBit = in GenerateCompareWithZeroInstruction() local
1127 ImmOperand &signBit = in GenerateCompareWithZeroInstruction() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp2653 int signBit, in OH_JSVM_CreateBigintWords()
3241 int* signBit, in OH_JSVM_GetValueBigintWords()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp820 auto signBit = GetTypeSize(type, arch) - 1; in VisitDeoptimizeCompareImm() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2474 void BigIntRef::GetWordsArray(const EcmaVM *vm, bool* signBit, size_t wordCount, uint64_t* words) in GetWordsArray()