Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dshared_reference.cpp26 …Nothing([[maybe_unused]] napi_env env, [[maybe_unused]] void *data, [[maybe_unused]] void *hint) {} in CBDoNothing()
96 …edReference::FinalizeJSWeak([[maybe_unused]] napi_env env, void *data, [[maybe_unused]] void *hint) in FinalizeJSWeak()
/arkcompiler/ets_runtime/test/fuzztest/jsnapideserializevalue_fuzzer/
Djsnapideserializevalue_fuzzer.cpp46 void *hint = nullptr; in JSNApiDeserializeValueFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/
Djs_array.h64 int hint = trackInfo.GetInt(); in GetHintLength() local
Djs_plural_rules.cpp35 void JSPluralRules::FreeIcuNumberFormatter(void *pointer, void* hint) in FreeIcuNumberFormatter()
73 void JSPluralRules::FreeIcuPluralRules(void *pointer, void* hint) in FreeIcuPluralRules()
Djs_serializer.h292 Deserializer(JSThread *thread, SerializationData *data, void *hint) in Deserializer()
Djs_displaynames.cpp56 void JSDisplayNames::FreeIcuLocaleDisplayNames(void *pointer, [[maybe_unused]] void* hint) in FreeIcuLocaleDisplayNames()
Djs_list_format.cpp47 void JSListFormat::FreeIcuListFormatter(void *pointer, [[maybe_unused]] void* hint) in FreeIcuListFormatter()
Decma_vm.cpp637 void EcmaVM::TriggerConcurrentCallback(JSTaggedValue result, JSTaggedValue hint) in TriggerConcurrentCallback()
Djs_object-inl.h384 inline uint32_t JSObject::ComputeElementCapacityWithHint(uint32_t oldCapacity, uint32_t hint) in ComputeElementCapacityWithHint()
Djs_serializer.cpp983 void *hint = info->hint; in WriteNativeBindingObject() local
1537 uintptr_t hint; in ReadNativeBindingObject() local
Djs_object.cpp94 uint32_t hint = JSHandle<JSArray>(obj)->GetHintLength(); in GrowElementsCapacity() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_deregister.cpp33 void ModuleDeregister::FreeModuleRecord(void *pointer, void *hint) in FreeModuleRecord()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp149 void *hint = info->hint_; in DeserializeNativeBindingObject() local
375 void *hint = reinterpret_cast<void *>(data_->ReadJSTaggedType()); in ReadSingleEncodeData() local
Dvalue_serializer.cpp269 void *hint = info->hint; in SerializeNativeBindingObject() local
/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/static_core/platforms/unix/libpandabase/
Dmem.cpp41 …MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t fileOffset, 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/runtime_core/static_core/platforms/windows/libpandabase/
Dmem.cpp161 …MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t fileOffset, void *hint) in MapFile()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.cpp204 JSHandle<JSTaggedValue> hint = GetCallArg(argv, 0); in ToPrimitive() local
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1148 void *hint = nullptr; member
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp1212 static void* Detach(void *param1, void *param2, void *hint, void *detachData) in Detach()
1224 …h([[maybe_unused]] void *enginePointer, [[maybe_unused]] void *buffer, [[maybe_unused]] void *hint, in Attach()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp1173 static void* detach(void *param1, void *param2, void *hint) in detach()
1185 …h([[maybe_unused]] void *enginePointer, [[maybe_unused]] void *buffer, [[maybe_unused]] void *hint) in attach()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp3370 void *hint = nullptr; in HWTEST_F_L0() local
3388 void *hint = nullptr; in HWTEST_F_L0() local
3406 void *hint = nullptr; in HWTEST_F_L0() local
3424 void *hint = nullptr; in HWTEST_F_L0() local
3442 void *hint = nullptr; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp632 void RuntimeStubs::DumpToStreamWithHint(std::ostream &out, std::string_view hint, JSTaggedValue val… in DumpToStreamWithHint()
2620 JSTaggedValue hint = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1216 …SlowRuntimeStub::NotifyConcurrentResult(JSThread *thread, JSTaggedValue result, JSTaggedValue hint) in NotifyConcurrentResult()

12