Home
last modified time | relevance | path

Searched defs:shared (Results 376 - 400 of 445) sorted by relevance

1...<<1112131415161718

/third_party/node/deps/icu-small/source/i18n/
H A Ddtfmtsym.cpp184 SharedDateFormatSymbols *shared in createObject() local
251 const SharedDateFormatSymbols *shared = nullptr; in createForLocale() local
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.cc443 ObjectData* shared() const { in shared() function in v8::internal::compiler::JSFunctionData
604 SharedFunctionInfoRef shared = in Cache() local
H A Djs-native-context-specialization.cc231 SharedFunctionInfoRef shared = MakeRef( in ReduceJSAsyncFunctionEnter() local
H A Djs-typed-lowering.cc1701 base::Optional<SharedFunctionInfoRef> shared; in ReduceJSCall() local
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc723 bool Debug::SetBreakpoint(Handle<SharedFunctionInfo> shared, in SetBreakpoint() argument
863 Handle<SharedFunctionInfo> shared = handle(function->shared(), isolate_); GetFunctionDebuggingId() local
873 SetBreakpointForFunction(Handle<SharedFunctionInfo> shared, Handle<String> condition, int* id, BreakPointKind kind) SetBreakpointForFunction() argument
984 FloodWithOneShot(Handle<SharedFunctionInfo> shared, bool returns_only) FloodWithOneShot() argument
1193 Handle<SharedFunctionInfo> shared; PrepareStep() local
1341 GetSourceBreakLocations( Isolate* isolate, Handle<SharedFunctionInfo> shared) GetSourceBreakLocations() argument
1404 DiscardBaselineCodeVisitor(SharedFunctionInfo shared) DiscardBaselineCodeVisitor() argument
1451 DiscardBaselineCode(SharedFunctionInfo shared) DiscardBaselineCode() argument
1488 SharedFunctionInfo shared = SharedFunctionInfo::cast(obj); DiscardAllBaselineCode() local
1496 DeoptimizeFunction(Handle<SharedFunctionInfo> shared) DeoptimizeFunction() argument
1523 PrepareFunctionForDebugExecution( Handle<SharedFunctionInfo> shared) PrepareFunctionForDebugExecution() argument
1600 SharedFunctionInfo shared = fun.shared(); InstallDebugBreakTrampoline() local
1703 NewCandidate(SharedFunctionInfo shared, JSFunction closure = JSFunction()) NewCandidate() argument
1889 SharedFunctionInfo shared; FindInnermostContainingFunctionInfo() local
1929 EnsureBreakInfo(Handle<SharedFunctionInfo> shared) EnsureBreakInfo() argument
1946 CreateBreakInfo(Handle<SharedFunctionInfo> shared) CreateBreakInfo() argument
1968 GetOrCreateDebugInfo( Handle<SharedFunctionInfo> shared) GetOrCreateDebugInfo() argument
1982 InstallCoverageInfo(Handle<SharedFunctionInfo> shared, Handle<CoverageInfo> coverage_info) InstallCoverageInfo() argument
2302 IsBlackboxed(Handle<SharedFunctionInfo> shared) IsBlackboxed() argument
2365 CanBreakAtEntry(Handle<SharedFunctionInfo> shared) CanBreakAtEntry() argument
2847 SharedFunctionInfo shared = frame->function().shared(); PerformSideEffectCheckAtBytecode() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc114 TraceStartBaselineCompile(Isolate* isolate, Handle<SharedFunctionInfo> shared) TraceStartBaselineCompile() argument
157 TraceFinishBaselineCompile(Isolate* isolate, Handle<SharedFunctionInfo> shared, double ms_timetaken) TraceFinishBaselineCompile() argument
233 PrintTracePrefix(const CodeTracer::Scope& scope, const char* header, Handle<SharedFunctionInfo> shared, CodeKind code_kind) PrintTracePrefix() argument
247 LogFunctionCompilation(Isolate* isolate, CodeEventListener::LogEventsAndTags tag, Handle<Script> script, Handle<SharedFunctionInfo> shared, Handle<FeedbackVector> vector, Handle<AbstractCode> abstract_code, CodeKind kind, double time_taken_ms) LogFunctionCompilation() argument
410 RecordUnoptimizedFunctionCompilation( Isolate* isolate, CodeEventListener::LogEventsAndTags tag, Handle<SharedFunctionInfo> shared, base::TimeDelta time_taken_to_execute, base::TimeDelta time_taken_to_finalize) RecordUnoptimizedFunctionCompilation() argument
903 SharedFunctionInfo shared = function->shared(); Get() local
1077 ShouldOptimize(CodeKind code_kind, Handle<SharedFunctionInfo> shared) ShouldOptimize() argument
1090 CompileTurbofan(Isolate* isolate, Handle<JSFunction> function, Handle<SharedFunctionInfo> shared, ConcurrencyMode mode, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame, CompileResultBehavior result_behavior) CompileTurbofan() argument
2135 CompileSharedWithBaseline(Isolate* isolate, Handle<SharedFunctionInfo> shared, Compiler::ClearExceptionFlag flag, IsCompiledScope* is_compiled_scope) Compile() argument
3318 Handle<SharedFunctionInfo> shared = Compile() local
3445 Handle<SharedFunctionInfo> shared = compilation_info->shared_info(); Compile() local
[all...]
/third_party/node/deps/v8/src/execution/
H A Dframes.cc1398 SharedFunctionInfo shared = function.shared(); in PrintFunctionAndOffset() local
1469 SharedFunctionInfo shared = function.shared(); in CollectFunctionAndOffsetForICStats() local
1584 SharedFunctionInfo::EnsureSourcePositionsAvailable(isolate(), shared); EnsureSourcePositionsAvailable() local
1630 SharedFunctionInfo::EnsureSourcePositionsAvailable(isolate(), shared); CreateStackFrameInfo() local
1922 Object shared = literal_array.get(it.Next()); GetFunctions() local
2267 PrintFunctionSource(StringStream* accumulator, SharedFunctionInfo shared, Code code) PrintFunctionSource() argument
2282 Handle<SharedFunctionInfo> shared = handle(function().shared(), isolate()); Print() local
2283 SharedFunctionInfo::EnsureSourcePositionsAvailable(isolate(), shared); Print() local
[all...]
/third_party/node/deps/v8/src/logging/
H A Dlog.cc95 static const char* ComputeMarker(SharedFunctionInfo shared, AbstractCode code) { in ComputeMarker() argument
233 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared, Handle<Name> script_name) CodeCreateEvent() argument
245 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared, Handle<Name> script_name, int line, int column) CodeCreateEvent() argument
459 CodeCreateEvent( LogEventsAndTags tag, Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared, Handle<Name> name) CodeCreateEvent() argument
479 CodeCreateEvent( LogEventsAndTags tag, Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared, Handle<Name> source, int line, int column) CodeCreateEvent() argument
734 Handle<SharedFunctionInfo> shared; LogRecordedBuffer() local
1223 LogSourceCodeInformation(Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared) LogSourceCodeInformation() argument
1336 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared, Handle<Name> script_name) CodeCreateEvent() argument
1384 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared, Handle<Name> script_name, int line, int column) CodeCreateEvent() argument
1477 CodeDisableOptEvent(Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared) CodeDisableOptEvent() argument
1885 LogExistingFunction(Handle<SharedFunctionInfo> shared, Handle<AbstractCode> code) LogExistingFunction() argument
2229 Handle<SharedFunctionInfo> shared = pair.first; LogCompiledFunctions() local
2263 LogExistingFunction( Handle<SharedFunctionInfo> shared, Handle<AbstractCode> code, CodeEventListener::LogEventsAndTags tag) LogExistingFunction() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcalendar.cpp217 SharedCalendar *shared = new SharedCalendar(calendar); in createObject() local
983 const SharedCalendar *shared = NULL; in createInstance() local
1022 const SharedCalendar *shared = NULL; in getCalendarTypeFromLocale() local
[all...]
H A Ddtfmtsym.cpp184 SharedDateFormatSymbols *shared in createObject() local
251 const SharedDateFormatSymbols *shared = NULL; in createForLocale() local
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-thin.c1085 bool shared = true; in passdown_double_checking_shared_status() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c367 struct mv643xx_eth_shared_private *shared; member
[all...]
/kernel/linux/linux-5.10/mm/
H A Dslab.c959 struct array_cache *shared; cpuup_canceled() local
2901 struct array_cache *ac, *shared; cache_alloc_refill() local
3799 do_tune_cpucache(struct kmem_cache *cachep, int limit, int batchcount, int shared, gfp_t gfp) do_tune_cpucache() argument
3850 int shared = 0; enable_cpucache() local
4090 int limit, batchcount, shared, res; slabinfo_write() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_actions.c93 u8 shared:1, /* Inserted in hashtable (doesn't mean that member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_switch.c4509 int ice_share_res(struct ice_hw *hw, u16 type, u8 shared, u16 res_id) in ice_share_res() argument
/kernel/linux/linux-6.6/include/linux/avf/
H A Dvirtchnl.h1275 u8 shared; member
/kernel/linux/linux-6.6/include/linux/
H A Dphy.h435 struct phy_package_shared *shared[PHY_MAX_ADDR]; member
730 struct phy_package_shared *shared; global() member
2000 struct phy_package_shared *shared = phydev->shared; phy_package_read() local
2010 struct phy_package_shared *shared = phydev->shared; __phy_package_read() local
2021 struct phy_package_shared *shared = phydev->shared; phy_package_write() local
2032 struct phy_package_shared *shared = phydev->shared; __phy_package_write() local
2043 struct phy_package_shared *shared = phydev->shared; __phy_package_set_once() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c368 struct mv643xx_eth_shared_private *shared; member
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H A Dvpu_malone.c345 void vpu_malone_init_rpc(struct vpu_shared_addr *shared, in vpu_malone_init_rpc() argument
444 void vpu_malone_set_log_buf(struct vpu_shared_addr *shared, in vpu_malone_set_log_buf() argument
460 vpu_malone_set_system_cfg(struct vpu_shared_addr *shared, u32 regs_base, void __iomem *regs, u32 core_id) vpu_malone_set_system_cfg() argument
477 vpu_malone_get_version(struct vpu_shared_addr *shared) vpu_malone_get_version() argument
487 vpu_malone_get_stream_buffer_size(struct vpu_shared_addr *shared) vpu_malone_get_stream_buffer_size() argument
492 vpu_malone_config_stream_buffer(struct vpu_shared_addr *shared, u32 instance, struct vpu_buffer *buf) vpu_malone_config_stream_buffer() argument
511 vpu_malone_get_stream_buffer_desc(struct vpu_shared_addr *shared, u32 instance, struct vpu_rpc_buffer_desc *desc) vpu_malone_get_stream_buffer_desc() argument
542 vpu_malone_update_stream_buffer(struct vpu_shared_addr *shared, u32 instance, u32 ptr, bool write) vpu_malone_update_stream_buffer() argument
613 vpu_malone_set_stream_cfg(struct vpu_shared_addr *shared, u32 instance, enum vpu_malone_format malone_format) vpu_malone_set_stream_cfg() argument
639 vpu_malone_set_params(struct vpu_shared_addr *shared, u32 instance, struct vpu_decode_params *params) vpu_malone_set_params() argument
678 vpu_malone_is_non_frame_mode(struct vpu_shared_addr *shared, u32 instance) vpu_malone_is_non_frame_mode() argument
688 vpu_malone_update_params(struct vpu_shared_addr *shared, u32 instance, struct vpu_decode_params *params) vpu_malone_update_params() argument
701 vpu_malone_set_decode_params(struct vpu_shared_addr *shared, u32 instance, struct vpu_decode_params *params, u32 update) vpu_malone_set_decode_params() argument
1092 vpu_malone_add_scode(struct vpu_shared_addr *shared, u32 instance, struct vpu_buffer *stream_buffer, u32 pixelformat, u32 scode_type) vpu_malone_add_scode() argument
1613 vpu_malone_input_frame(struct vpu_shared_addr *shared, struct vpu_inst *inst, struct vb2_buffer *vb) vpu_malone_input_frame() argument
1653 vpu_malone_check_ready(struct vpu_shared_addr *shared, u32 instance) vpu_malone_check_ready() argument
1672 vpu_malone_is_ready(struct vpu_shared_addr *shared, u32 instance) vpu_malone_is_ready() argument
1685 vpu_malone_pre_cmd(struct vpu_shared_addr *shared, u32 instance) vpu_malone_pre_cmd() argument
1693 vpu_malone_post_cmd(struct vpu_shared_addr *shared, u32 instance) vpu_malone_post_cmd() argument
1705 vpu_malone_init_instance(struct vpu_shared_addr *shared, u32 instance) vpu_malone_init_instance() argument
1717 vpu_malone_get_max_instance_count(struct vpu_shared_addr *shared) vpu_malone_get_max_instance_count() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpcie.c347 struct brcmf_pcie_shared_info shared; member
763 struct brcmf_pcie_shared_info *shared; in brcmf_pcie_send_mb_data() local
800 struct brcmf_pcie_shared_info *shared; in brcmf_pcie_handle_mb_data() local
835 struct brcmf_pcie_shared_info *shared; brcmf_pcie_bus_console_init() local
1620 struct brcmf_pcie_shared_info *shared; brcmf_pcie_init_share_ram_info() local
[all...]
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dnvme.h456 bool shared; member
/kernel/linux/linux-6.6/block/
H A Dblk-mq.c3979 static void queue_set_hctx_shared(struct request_queue *q, bool shared) in queue_set_hctx_shared() argument
3994 blk_mq_update_tag_set_shared(struct blk_mq_tag_set *set, bool shared) blk_mq_update_tag_set_shared() argument
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-thin.c1088 bool shared = true; in passdown_double_checking_shared_status() local
[all...]
/kernel/linux/linux-6.6/mm/
H A Dslab.c944 struct array_cache *shared; cpuup_canceled() local
2861 struct array_cache *ac, *shared; cache_alloc_refill() local
3662 do_tune_cpucache(struct kmem_cache *cachep, int limit, int batchcount, int shared, gfp_t gfp) do_tune_cpucache() argument
3713 int shared = 0; enable_cpucache() local
3950 int limit, batchcount, shared, res; slabinfo_write() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc1253 auto shared = seal<Shared<Module>>(new vec<byte_t>(serialize())); variable
2064 i::SharedFlag shared = i::SharedFlag::kNotShared; variable
3012 wasm_module_obtain(wasm_store_t* store, const wasm_shared_module_t* shared) wasm_module_obtain() argument
[all...]

Completed in 90 milliseconds

1...<<1112131415161718