Home
last modified time | relevance | path

Searched defs:hint (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsnapideserializevalue_fuzzer/
Djsnapideserializevalue_fuzzer.cpp46 void *hint = nullptr; in JSNApiDeserializeValueFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/
Djs_plural_rules.cpp33 void JSPluralRules::FreeIcuNumberFormatter(void *pointer, void* hint) in FreeIcuNumberFormatter()
71 void JSPluralRules::FreeIcuPluralRules(void *pointer, void* hint) in FreeIcuPluralRules()
Djs_serializer.h277 explicit Deserializer(JSThread *thread, SerializationData *data, void *hint) in Deserializer()
Djs_displaynames.cpp54 void JSDisplayNames::FreeIcuLocaleDisplayNames(void *pointer, [[maybe_unused]] void* hint) in FreeIcuLocaleDisplayNames()
Djs_list_format.cpp45 void JSListFormat::FreeIcuListFormatter(void *pointer, [[maybe_unused]] void* hint) in FreeIcuListFormatter()
Djs_serializer.cpp987 void *hint = nullptr; in WriteNativeBindingObject() local
1525 uintptr_t hint; in ReadNativeBindingObject() local
Decma_vm.cpp966 void EcmaVM::TriggerConcurrentCallback(JSTaggedValue result, JSTaggedValue hint) in TriggerConcurrentCallback()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dmem.cpp40 …apFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t file_offset, void *hint) in MapFile()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp159 …apFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t file_offset, void *hint) in MapFile()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.cpp213 JSHandle<JSTaggedValue> hint = GetCallArg(argv, 0); in ToPrimitive() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp822 static void* detach(void *param1, void *param2, void *hint) in detach()
834 …h([[maybe_unused]] void *enginePointer, [[maybe_unused]] void *buffer, [[maybe_unused]] void *hint) in attach()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1170 …SlowRuntimeStub::NotifyConcurrentResult(JSThread *thread, JSTaggedValue result, JSTaggedValue hint) in NotifyConcurrentResult()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2549 …imeStubs::RuntimeNotifyConcurrentResult(JSThread *thread, JSTaggedValue result, JSTaggedValue hint) in RuntimeNotifyConcurrentResult()
Druntime_stubs.cpp1889 JSTaggedValue hint = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp558 Local<JSValueRef> JSNApi::DeserializeValue(const EcmaVM *vm, void *recoder, void *hint) in DeserializeValue()