Home
last modified time | relevance | path

Searched defs:val (Results 1 - 25 of 243) sorted by relevance

12345678910

/arkcompiler/runtime_core/libpandabase/tests/
H A Dmath_helpers_test.cpp25 uint64_t val = 0; in HWTEST() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dmath_helpers_test.cpp28 uint64_t val = 1U << i; in TEST() local
34 uint64_t val = (1U << i) + (i == 31U ? -1L : 1U); in TEST() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler_sig_stack/
H A DSamplerAsmTest.cpp37 int val = SumEightElements(i, i + 1U, i + 2U, i + 3U, i + 4U, i + 5U, i + 6U, i + 7U); in ETS_ETSGLOBAL_NativeSumEightElements() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
H A Dmpl_int_val.cpp23 int64 val = value.GetExtValue(); in operator <<() local
27 os << val; in operator <<() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dbyte_array_test.cpp55 JSTaggedType val = JSTaggedValue(value).GetRawData(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/libpandabase/mem/ringbuf/
H A Dlock_free_ring_buffer.h46 bool TryPush(const T val) in TryPush() argument
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dtrace.cpp40 void DoIntTracePoint([[maybe_unused]] const char *str, [[maybe_unused]] int32_t val) in DoIntTracePoint() argument
45 void DoInt64TracePoint([[maybe_unused]] const char *str, [[maybe_unused]] int64_t val) in DoInt64TracePoint() argument
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Datomic.h23 ALWAYS_INLINE inline void AtomicStore(T *addr, T val, std::memory_order order) in AtomicStore() argument
/arkcompiler/runtime_core/static_core/libpandabase/mem/ringbuf/
H A Dlock_free_ring_buffer.h45 bool TryPush(const T val) in TryPush() argument
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dtrace.cpp40 void DoIntTracePoint([[maybe_unused]] const char *str, [[maybe_unused]] int32_t val) in DoIntTracePoint() argument
45 void DoInt64TracePoint([[maybe_unused]] const char *str, [[maybe_unused]] int64_t val) in DoInt64TracePoint() argument
/arkcompiler/runtime_core/static_core/verification/util/tests/
H A Denvironment.h33 auto val = (*this)[name]; local
/arkcompiler/runtime_core/static_core/verification/value/
H A Dorigin.h43 Origin(OriginType t, size_t val) in Origin() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dbyte_array.cpp21 void ByteArray::Set(JSThread* thread, uint32_t idx, DataViewType type, JSTaggedType val, uint32_t offset) in Set() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DbigintLiteralBuilder.h29 BigIntLiteralBuilder &SetValue(util::StringView val) in SetValue() argument
H A DbooleanLiteralBuilder.h29 BooleanLiteralBuilder &SetValue(bool val) in SetValue() argument
H A DcharLiteralBuilder.h29 CharLiteralBuilder &SetValue(char16_t val) in SetValue() argument
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectgetvalue_fuzzer/
H A Dpttypesremoteobjectgetvalue_fuzzer.cpp34 Local<PrimitiveRef> val = JSValueRef::Undefined(vm); in PtTypesRemoteObjectGetValueFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectsetvalue_fuzzer/
H A Dpttypesremoteobjectsetvalue_fuzzer.cpp34 Local<PrimitiveRef> val = JSValueRef::Undefined(vm); in PtTypesRemoteObjectSetValueFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_common.h24 inline uintptr_t ToUintPtr(T *val) in ToUintPtr() argument
34 inline void *ToVoidPtr(uintptr_t val) in ToVoidPtr() argument
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferfastsetvalueinbuffer_fuzzer/
H A Dbuiltinsarraybufferfastsetvalueinbuffer_fuzzer.cpp59 double val = JSTaggedValue(input).GetNumber(); in BuiltinsArrayBufferFastSetValueInBufferFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dscope_info_extractor.cpp51 JSTaggedValue val = elementsLiteral->Get(i); in GenerateScopeInfo() local
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffergetvaluefrombufferforinteger_fuzzer/
H A Dbuiltinsarraybuffergetvaluefrombufferforinteger_fuzzer.cpp59 JSHandle<JSTaggedValue> val = JSHandle<JSTaggedValue>(thread, JSTaggedValue(input)); in BuiltinsArrayBufferGetValueFromBufferForIntegerFuzzTest() local
/arkcompiler/runtime_core/assembler/tests/
H A Dannotation_test.cpp527 std::unique_ptr<Value> val = panda::pandasm::making_value(element); in HWTEST_F() local
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
H A Dlattice_element.cpp71 ConstantElement::ConstantElement(bool val) in ConstantElement() argument
76 ConstantElement::ConstantElement(int32_t val) in ConstantElement() argument
81 ConstantElement::ConstantElement(int64_t val) in ConstantElement() argument
86 ConstantElement::ConstantElement(double val) in ConstantElement() argument
91 ConstantElement::ConstantElement(std::string val) in ConstantElement() argument
96 ConstantElement(const ConstantValue &val) ConstantElement() argument
[all...]
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_memory_region-inl.h35 auto val = Read(i, width); in Dump() local
40 os << std::hex << val; in Dump() local

Completed in 8 milliseconds

12345678910