| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | math_helpers_test.cpp | 25 uint64_t val = 0; in HWTEST() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | math_helpers_test.cpp | 28 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 D | SamplerAsmTest.cpp | 37 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 D | mpl_int_val.cpp | 23 int64 val = value.GetExtValue(); in operator <<() local 27 os << val; in operator <<() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | byte_array_test.cpp | 55 JSTaggedType val = JSTaggedValue(value).GetRawData(); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libpandabase/mem/ringbuf/ |
| H A D | lock_free_ring_buffer.h | 46 bool TryPush(const T val) in TryPush() argument
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| H A D | trace.cpp | 40 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 D | atomic.h | 23 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 D | lock_free_ring_buffer.h | 45 bool TryPush(const T val) in TryPush() argument
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| H A D | trace.cpp | 40 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 D | environment.h | 33 auto val = (*this)[name]; local
|
| /arkcompiler/runtime_core/static_core/verification/value/ |
| H A D | origin.h | 43 Origin(OriginType t, size_t val) in Origin() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | byte_array.cpp | 21 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 D | bigintLiteralBuilder.h | 29 BigIntLiteralBuilder &SetValue(util::StringView val) in SetValue() argument
|
| H A D | booleanLiteralBuilder.h | 29 BooleanLiteralBuilder &SetValue(bool val) in SetValue() argument
|
| H A D | charLiteralBuilder.h | 29 CharLiteralBuilder &SetValue(char16_t val) in SetValue() argument
|
| /arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectgetvalue_fuzzer/ |
| H A D | pttypesremoteobjectgetvalue_fuzzer.cpp | 34 Local<PrimitiveRef> val = JSValueRef::Undefined(vm);
in PtTypesRemoteObjectGetValueFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectsetvalue_fuzzer/ |
| H A D | pttypesremoteobjectsetvalue_fuzzer.cpp | 34 Local<PrimitiveRef> val = JSValueRef::Undefined(vm);
in PtTypesRemoteObjectSetValueFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | mem_common.h | 24 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 D | builtinsarraybufferfastsetvalueinbuffer_fuzzer.cpp | 59 double val = JSTaggedValue(input).GetNumber(); in BuiltinsArrayBufferFastSetValueInBufferFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | scope_info_extractor.cpp | 51 JSTaggedValue val = elementsLiteral->Get(i); in GenerateScopeInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffergetvaluefrombufferforinteger_fuzzer/ |
| H A D | builtinsarraybuffergetvaluefrombufferforinteger_fuzzer.cpp | 59 JSHandle<JSTaggedValue> val = JSHandle<JSTaggedValue>(thread, JSTaggedValue(input)); in BuiltinsArrayBufferGetValueFromBufferForIntegerFuzzTest() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| H A D | annotation_test.cpp | 527 std::unique_ptr<Value> val = panda::pandasm::making_value(element); in HWTEST_F() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/ |
| H A D | lattice_element.cpp | 71 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 D | bit_memory_region-inl.h | 35 auto val = Read(i, width); in Dump() local 40 os << std::hex << val; in Dump() local
|