Home
last modified time | relevance | path

Searched defs:GetBit (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dtyped_ref_set.h55 bool GetBit(size_t index) const in GetBit() function
154 bool GetBit([[maybe_unused]] size_t index) const in GetBit() function
197 bool GetBit(Ref index) const in GetBit() function
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_bitvector.h114 …inline static JSTaggedValue GetBit(std::vector<std::bitset<BIT_SET_LENGTH>> *elements, uint32_t in… in GetBit() function
/arkcompiler/ets_runtime/ecmascript/
Dtagged_array.cpp37 JSTaggedValue TaggedArray::GetBit(const JSThread *thread, uint32_t idx, uint32_t bitOffset) const in GetBit() function in panda::ecmascript::TaggedArray
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_vector.h423 bool GetBit(size_t index) const in GetBit() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h461 bool GetBit(uint8 bit) const in GetBit() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_vector.h450 bool GetBit(size_t index) const in GetBit() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_bitvector_test.cpp64 …static JSTaggedValue GetBit(std::vector<std::bitset<JSAPIBitVector::BIT_SET_LENGTH>> *elements, ui… in GetBit() function in panda::test::JSAPIBitVectorTest::TestClass