Home
last modified time | relevance | path

Searched defs:hint (Results 1 – 16 of 16) 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.cpp34 void JSPluralRules::FreeIcuNumberFormatter(void *pointer, void* hint) in FreeIcuNumberFormatter()
72 void JSPluralRules::FreeIcuPluralRules(void *pointer, void* hint) in FreeIcuPluralRules()
Djs_serializer.h281 Deserializer(JSThread *thread, SerializationData *data, void *hint) in Deserializer()
Djs_displaynames.cpp55 void JSDisplayNames::FreeIcuLocaleDisplayNames(void *pointer, [[maybe_unused]] void* hint) in FreeIcuLocaleDisplayNames()
Decma_vm.cpp566 void EcmaVM::TriggerConcurrentCallback(JSTaggedValue result, JSTaggedValue hint) in TriggerConcurrentCallback()
Djs_list_format.cpp46 void JSListFormat::FreeIcuListFormatter(void *pointer, [[maybe_unused]] void* hint) in FreeIcuListFormatter()
Djs_serializer.cpp963 void *hint = nullptr; in WriteNativeBindingObject() local
1516 uintptr_t hint; in ReadNativeBindingObject() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_deregister.cpp33 void ModuleDeregister::FreeModuleRecord(void *pointer, void *hint) in FreeModuleRecord()
/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.cpp220 JSHandle<JSTaggedValue> hint = GetCallArg(argv, 0); in ToPrimitive() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp1077 static void* detach(void *param1, void *param2, void *hint) in detach()
1089 …h([[maybe_unused]] void *enginePointer, [[maybe_unused]] void *buffer, [[maybe_unused]] void *hint) in attach()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1183 …SlowRuntimeStub::NotifyConcurrentResult(JSThread *thread, JSTaggedValue result, JSTaggedValue hint) in NotifyConcurrentResult()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2631 …imeStubs::RuntimeNotifyConcurrentResult(JSThread *thread, JSTaggedValue result, JSTaggedValue hint) in RuntimeNotifyConcurrentResult()
Druntime_stubs.cpp2025 JSTaggedValue hint = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp798 Local<JSValueRef> JSNApi::DeserializeValue(const EcmaVM *vm, void *recoder, void *hint) in DeserializeValue()