| /arkcompiler/ets_runtime/test/fuzztest/exceptionaggregateerror_fuzzer/ |
| H A D | exceptionaggregateerror_fuzzer.cpp | 33 char *value = new char[size](); in ExceptionAggregateErrorFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsnapiisstringiterator_fuzzer/ |
| H A D | jsnapiisstringiterator_fuzzer.cpp | 33 char *value = new char[size](); in JSNApiIsStringIterator_FuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsnapiloadaotfile_fuzzer/ |
| H A D | jsnapiloadaotfile_fuzzer.cpp | 33 char *value = new char[size + 1](); in JSNApiLoadAotFileFuzztest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsnapiuncaughtexception_fuzzer/ |
| H A D | jsnapiuncaughtexception_fuzzer.cpp | 33 char *value = new char[size](); in JSNApiUncaughtExceptionFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/stringrefcast_fuzzer/ |
| H A D | stringrefcast_fuzzer.cpp | 35 Local<JSValueRef> value = StringRef::NewFromUtf8(vm, "abcdefbb"); in StringRefCastFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | sustaining_js_handle.h | 30 JSHandle<T> NewHandle(JSHandle<T> value) in NewHandle() argument 36 JSHandle<T> NewHandle(JSTaggedType value) in NewHandle() argument
|
| /arkcompiler/ets_runtime/test/fuzztest/exceptionoomerror_fuzzer/ |
| H A D | exceptionoomerror_fuzzer.cpp | 33 char *value = new char[size](); in ExceptionOOMErrorFuzzTest() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | type_helpers.h | 40 constexpr auto ToUnderlying(T value) in ToUnderlying() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | type_helpers.h | 40 constexpr auto ToUnderlying(T value) in ToUnderlying() argument
|
| H A D | math_helpers.h | 62 inline constexpr bool IsPowerOfTwo(T value) in IsPowerOfTwo() argument 75 constexpr uint32_t GetPowerOfTwoValue32(uint32_t value) in GetPowerOfTwoValue32() argument [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_Char.cpp | 23 extern "C" EtsBoolean StdCoreCharIsUpperCase(EtsChar value) in StdCoreCharIsUpperCase() argument 27 extern "C" EtsChar StdCoreCharToUpperCase(EtsChar value) in StdCoreCharToUpperCase() argument 31 extern "C" EtsBoolean StdCoreCharIsLowerCase(EtsChar value) in StdCoreCharIsLowerCase() argument 35 StdCoreCharToLowerCase(EtsChar value) StdCoreCharToLowerCase() argument 39 StdCoreCharIsWhiteSpace(EtsChar value) StdCoreCharIsWhiteSpace() argument [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_value.h | 66 EtsValue(T value) EtsValue() argument [all...] |
| H A D | ets_box_primitive-inl.h | 24 EtsBoxPrimitive<T> *EtsBoxPrimitive<T>::Create(EtsCoroutine *coro, T value) in Create() argument [all...] |
| H A D | ets_box_primitive.h | 42 void SetValue(T value) in SetValue() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/promise/ |
| H A D | promise_test.cpp | 33 ets_string value = env_->NewStringUTF("resolved"); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | handle_scope-inl.h | 38 inline HandleScope<T>::HandleScope(ManagedThread *thread, T value) : thread_(thread) in HandleScope() argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
| H A D | vreg_value.h | 32 constexpr void SetValue(int64_t value) in SetValue() argument
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/ |
| H A D | options_quick.py | 21 from runner.options.decorator_value import value, _to_bool, _to_str namespace
|
| /arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/ |
| H A D | codedataaccessor_fuzzer.cpp | 36 auto value = mda.GetCodeId(); in CodeDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/ |
| H A D | debuginfodataaccessor_fuzzer.cpp | 35 auto value = mda.GetCodeId(); in DebugInfoDataAccessorFuzzTest() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| H A D | shortType.h | 27 explicit ShortType(UType value) : Type(TypeFlag::SHORT | TypeFlag::CONSTANT), value_(value) {} in ShortType() argument
|
| H A D | longType.h | 27 explicit LongType(UType value) : Type(TypeFlag::LONG | TypeFlag::CONSTANT), value_(value) {} in LongType() argument
|
| H A D | intType.h | 27 explicit IntType(UType value) : Type(TypeFlag::INT | TypeFlag::CONSTANT), value_(value) {} in IntType() argument
|
| H A D | floatType.h | 27 explicit FloatType(UType value) : Type(TypeFlag::FLOAT | TypeFlag::CONSTANT), value_(value) {} in FloatType() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| H A D | booleanLiteralType.h | 24 explicit BooleanLiteralType(bool value) : Type(TypeFlag::BOOLEAN_LITERAL), value_(value) {} in BooleanLiteralType() argument
|