/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
D | shared_reference.cpp | 26 …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/ |
D | jsnapideserializevalue_fuzzer.cpp | 46 void *hint = nullptr; in JSNApiDeserializeValueFuzzTest() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_array.h | 64 int hint = trackInfo.GetInt(); in GetHintLength() local
|
D | js_plural_rules.cpp | 35 void JSPluralRules::FreeIcuNumberFormatter(void *pointer, void* hint) in FreeIcuNumberFormatter() 73 void JSPluralRules::FreeIcuPluralRules(void *pointer, void* hint) in FreeIcuPluralRules()
|
D | js_serializer.h | 292 Deserializer(JSThread *thread, SerializationData *data, void *hint) in Deserializer()
|
D | js_displaynames.cpp | 56 void JSDisplayNames::FreeIcuLocaleDisplayNames(void *pointer, [[maybe_unused]] void* hint) in FreeIcuLocaleDisplayNames()
|
D | js_list_format.cpp | 47 void JSListFormat::FreeIcuListFormatter(void *pointer, [[maybe_unused]] void* hint) in FreeIcuListFormatter()
|
D | ecma_vm.cpp | 637 void EcmaVM::TriggerConcurrentCallback(JSTaggedValue result, JSTaggedValue hint) in TriggerConcurrentCallback()
|
D | js_object-inl.h | 384 inline uint32_t JSObject::ComputeElementCapacityWithHint(uint32_t oldCapacity, uint32_t hint) in ComputeElementCapacityWithHint()
|
D | js_serializer.cpp | 983 void *hint = info->hint; in WriteNativeBindingObject() local 1537 uintptr_t hint; in ReadNativeBindingObject() local
|
D | js_object.cpp | 94 uint32_t hint = JSHandle<JSArray>(obj)->GetHintLength(); in GrowElementsCapacity() local
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_deregister.cpp | 33 void ModuleDeregister::FreeModuleRecord(void *pointer, void *hint) in FreeModuleRecord()
|
/arkcompiler/ets_runtime/ecmascript/serializer/ |
D | base_deserializer.cpp | 149 void *hint = info->hint_; in DeserializeNativeBindingObject() local 375 void *hint = reinterpret_cast<void *>(data_->ReadJSTaggedType()); in ReadSingleEncodeData() local
|
D | value_serializer.cpp | 269 void *hint = info->hint; in SerializeNativeBindingObject() local
|
/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/static_core/platforms/unix/libpandabase/ |
D | mem.cpp | 41 …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/ |
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/runtime_core/static_core/platforms/windows/libpandabase/ |
D | mem.cpp | 161 …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/ |
D | builtins_date.cpp | 204 JSHandle<JSTaggedValue> hint = GetCallArg(argv, 0); in ToPrimitive() local
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
D | jsnapi_expo.h | 1148 void *hint = nullptr; member
|
/arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
D | serializer_test.cpp | 1212 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/ |
D | js_serializer_test.cpp | 1173 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/ |
D | ffi_workload.cpp | 3370 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/ |
D | runtime_stubs.cpp | 632 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/ |
D | slow_runtime_stub.cpp | 1216 …SlowRuntimeStub::NotifyConcurrentResult(JSThread *thread, JSTaggedValue result, JSTaggedValue hint) in NotifyConcurrentResult()
|