| /arkcompiler/ets_runtime/test/fuzztest/jsnapideserializevalue_fuzzer/ |
| H A D | jsnapideserializevalue_fuzzer.cpp | 45 void *hint = nullptr; in JSNApiDeserializeValueFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_segment_iterator.h | 68 static void FreeIcuBreakIterator([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void* hint)
in FreeIcuBreakIterator() argument 80 static void FreeUString([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void* hint)
in FreeUString() argument
|
| H A D | js_segments.h | 64 static void FreeIcuBreakIterator([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void* hint)
in FreeIcuBreakIterator() argument 76 static void FreeUString([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void* hint)
in FreeUString() argument
|
| H A D | js_segmenter.h | 69 static void FreeIcuBreakIterator([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void* hint)
in FreeIcuBreakIterator() argument
|
| H A D | js_array.h | 67 int hint = trackInfo.GetInt(); in GetHintLength() local
|
| H A D | js_plural_rules.cpp | 32 void JSPluralRules::FreeIcuNumberFormatter([[maybe_unused]] void *env, void *pointer, void* hint) in FreeIcuNumberFormatter() argument 70 void JSPluralRules::FreeIcuPluralRules([[maybe_unused]] void *env, void *pointer, void* hint) in FreeIcuPluralRules() argument
|
| H A D | js_list_format.cpp | 35 void JSListFormat::FreeIcuListFormatter([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void* hint) in FreeIcuListFormatter() argument
|
| H A D | js_displaynames.cpp | 80 void JSDisplayNames::FreeIcuLocaleDisplayNames([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void* hint) in FreeIcuLocaleDisplayNames() argument
|
| H A D | js_object-inl.h | 396 inline uint32_t JSObject::ComputeElementCapacityWithHint(uint32_t oldCapacity, uint32_t hint) in ComputeElementCapacityWithHint() argument
|
| H A D | js_object.cpp | 80 uint32_t hint = JSHandle<JSArray>(obj)->GetHintLength(); in GrowElementsCapacity() local 84 uint32_t hint = JSHandle<JSSharedArray>(obj)->GetHintLength(); in GrowElementsCapacity() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| H A D | shared_reference.cpp | 26 static void CBDoNothing([[maybe_unused]] napi_env env, [[maybe_unused]] void *data, [[maybe_unused]] void *hint) {} in CBDoNothing() argument 96 void SharedReference::FinalizeJSWeak([[maybe_unused]] napi_env env, void *data, [[maybe_unused]] void *hint) in FinalizeJSWeak() argument
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_module_deregister.cpp | 25 void ModuleDeregister::FreeModuleRecord([[maybe_unused]] void *env, void *pointer, void *hint) in FreeModuleRecord() argument
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | js_shared_array.h | 63 int hint = trackInfo.GetInt(); in GetHintLength() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| H A D | json_stringifier_test.cpp | 325 static void* Detach(void *param1, void *param2, void *hint, void *detachData) in Detach() argument 337 static void* Attach([[maybe_unused]] void *enginePointer, [[maybe_unused]] void *buffer, [[maybe_unused]] void *hint, in Attach() argument
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| H A D | value_serializer.cpp | 308 void *hint = info->hint; in SerializeNativeBindingObject() local
|
| H A D | base_deserializer.cpp | 37 BaseDeserializer::BaseDeserializer(JSThread *thread, SerializeData *data, void *hint) in BaseDeserializer() argument 124 void *hint = info->hint_; in DeserializeNativeBindingObject() local 330 void *hint = reinterpret_cast<void *>(data_->ReadJSTaggedType(position_)); in ReadSingleEncodeData() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| H A D | mem.cpp | 40 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t file_offset, void *hint) in MapFile() argument
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | mem.cpp | 42 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t fileOffset, void *hint) in MapFile() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_date.cpp | 199 JSHandle<JSTaggedValue> hint = GetCallArg(argv, 0); in ToPrimitive() local
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| H A D | mem.cpp | 159 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t file_offset, void *hint) in MapFile() argument
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| H A D | mem.cpp | 163 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t fileOffset, void *hint) in MapFile() argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| H A D | jsnapi_expo.h | 1509 void *hint = nullptr; member
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| H A D | serializer_test.cpp | 1385 static void* Detach(void *param1, void *param2, void *hint, void *detachData) in Detach() argument 1397 static void* Attach([[maybe_unused]] void *enginePointer, [[maybe_unused]] void *buffer, [[maybe_unused]] void *hint, in Attach() argument
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | slow_runtime_stub.cpp | 1231 JSTaggedValue SlowRuntimeStub::NotifyConcurrentResult(JSThread *thread, JSTaggedValue result, JSTaggedValue hint) in NotifyConcurrentResult() argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | ffi_workload.cpp | 3371 void *hint = nullptr; in HWTEST_F_L0() local 3389 void *hint = nullptr; in HWTEST_F_L0() local 3407 void *hint = nullptr; in HWTEST_F_L0() local 3425 void *hint = nullptr; in HWTEST_F_L0() local 3443 void *hint = nullptr; in HWTEST_F_L0() local [all...] |