Searched defs:hint (Results 1 – 15 of 15) 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 | 33 void JSPluralRules::FreeIcuNumberFormatter(void *pointer, void* hint) in FreeIcuNumberFormatter() 71 void JSPluralRules::FreeIcuPluralRules(void *pointer, void* hint) in FreeIcuPluralRules()
|
| D | js_serializer.h | 277 explicit Deserializer(JSThread *thread, SerializationData *data, void *hint) in Deserializer()
|
| D | js_displaynames.cpp | 54 void JSDisplayNames::FreeIcuLocaleDisplayNames(void *pointer, [[maybe_unused]] void* hint) in FreeIcuLocaleDisplayNames()
|
| D | js_list_format.cpp | 45 void JSListFormat::FreeIcuListFormatter(void *pointer, [[maybe_unused]] void* hint) in FreeIcuListFormatter()
|
| D | js_serializer.cpp | 987 void *hint = nullptr; in WriteNativeBindingObject() local 1525 uintptr_t hint; in ReadNativeBindingObject() local
|
| D | ecma_vm.cpp | 966 void EcmaVM::TriggerConcurrentCallback(JSTaggedValue result, JSTaggedValue hint) in TriggerConcurrentCallback()
|
| /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 | 213 JSHandle<JSTaggedValue> hint = GetCallArg(argv, 0); in ToPrimitive() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_serializer_test.cpp | 822 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/ |
| D | slow_runtime_stub.cpp | 1170 …SlowRuntimeStub::NotifyConcurrentResult(JSThread *thread, JSTaggedValue result, JSTaggedValue hint) in NotifyConcurrentResult()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2549 …imeStubs::RuntimeNotifyConcurrentResult(JSThread *thread, JSTaggedValue result, JSTaggedValue hint) in RuntimeNotifyConcurrentResult()
|
| D | runtime_stubs.cpp | 1889 JSTaggedValue hint = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 558 Local<JSValueRef> JSNApi::DeserializeValue(const EcmaVM *vm, void *recoder, void *hint) in DeserializeValue()
|