Searched defs:hint (Results 1 – 16 of 16) sorted by relevance
/arkcompiler/ets_runtime/test/fuzztest/jsnapideserializevalue_fuzzer/ |
D | jsnapideserializevalue_fuzzer.cpp | 46 void *hint = nullptr; in JSNApiDeserializeValueFuzzTest() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_plural_rules.cpp | 34 void JSPluralRules::FreeIcuNumberFormatter(void *pointer, void* hint) in FreeIcuNumberFormatter() 72 void JSPluralRules::FreeIcuPluralRules(void *pointer, void* hint) in FreeIcuPluralRules()
|
D | js_serializer.h | 281 Deserializer(JSThread *thread, SerializationData *data, void *hint) in Deserializer()
|
D | js_displaynames.cpp | 55 void JSDisplayNames::FreeIcuLocaleDisplayNames(void *pointer, [[maybe_unused]] void* hint) in FreeIcuLocaleDisplayNames()
|
D | ecma_vm.cpp | 566 void EcmaVM::TriggerConcurrentCallback(JSTaggedValue result, JSTaggedValue hint) in TriggerConcurrentCallback()
|
D | js_list_format.cpp | 46 void JSListFormat::FreeIcuListFormatter(void *pointer, [[maybe_unused]] void* hint) in FreeIcuListFormatter()
|
D | js_serializer.cpp | 963 void *hint = nullptr; in WriteNativeBindingObject() local 1516 uintptr_t hint; in ReadNativeBindingObject() local
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_deregister.cpp | 33 void ModuleDeregister::FreeModuleRecord(void *pointer, void *hint) in FreeModuleRecord()
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
D | mem.cpp | 40 …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/ |
D | mem.cpp | 159 …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/ |
D | builtins_date.cpp | 220 JSHandle<JSTaggedValue> hint = GetCallArg(argv, 0); in ToPrimitive() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_serializer_test.cpp | 1077 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/ |
D | slow_runtime_stub.cpp | 1183 …SlowRuntimeStub::NotifyConcurrentResult(JSThread *thread, JSTaggedValue result, JSTaggedValue hint) in NotifyConcurrentResult()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 2631 …imeStubs::RuntimeNotifyConcurrentResult(JSThread *thread, JSTaggedValue result, JSTaggedValue hint) in RuntimeNotifyConcurrentResult()
|
D | runtime_stubs.cpp | 2025 JSTaggedValue hint = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 798 Local<JSValueRef> JSNApi::DeserializeValue(const EcmaVM *vm, void *recoder, void *hint) in DeserializeValue()
|