Home
last modified time | relevance | path

Searched refs:GetObjectSize (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/kernel/memory/
H A Dslab_heap.h32 constexpr std::size_t GetObjectSize() const { in GetObjectSize() function
77 return (end - start) / GetObjectSize(); in GetSlabHeapSize()
80 constexpr std::size_t GetObjectSize() const { in GetObjectSize() function
81 return impl.GetObjectSize(); in GetObjectSize()
89 return (reinterpret_cast<uintptr_t>(obj) - start) / GetObjectSize(); in GetObjectIndexImpl()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/plasma/
H A Dquota_aware_policy.cc41 per_client_cache_[client]->Add(object_id, GetObjectSize(object_id)); in ObjectCreated()
108 pinned_memory_bytes_ += GetObjectSize(object_id); in BeginObjectAccess()
117 pinned_memory_bytes_ -= GetObjectSize(object_id); in EndObjectAccess()
154 cache_.Add(obj, GetObjectSize(obj)); in ClientDisconnected()
H A Deviction_policy.cc109 cache_.Add(object_id, GetObjectSize(object_id)); in ObjectCreated()
144 pinned_memory_bytes_ += GetObjectSize(object_id); in BeginObjectAccess()
148 auto size = GetObjectSize(object_id); in EndObjectAccess()
168 int64_t EvictionPolicy::GetObjectSize(const ObjectID& object_id) const { in GetObjectSize() function in plasma::EvictionPolicy
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/plasma/
H A Dquota_aware_policy.cc41 per_client_cache_[client]->Add(object_id, GetObjectSize(object_id)); in ObjectCreated()
108 pinned_memory_bytes_ += GetObjectSize(object_id); in BeginObjectAccess()
117 pinned_memory_bytes_ -= GetObjectSize(object_id); in EndObjectAccess()
154 cache_.Add(obj, GetObjectSize(obj)); in ClientDisconnected()
H A Deviction_policy.cc109 cache_.Add(object_id, GetObjectSize(object_id)); in ObjectCreated()
144 pinned_memory_bytes_ += GetObjectSize(object_id); in BeginObjectAccess()
148 auto size = GetObjectSize(object_id); in EndObjectAccess()
168 int64_t EvictionPolicy::GetObjectSize(const ObjectID& object_id) const { in GetObjectSize() function in plasma::EvictionPolicy
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/plasma/
H A Dquota_aware_policy.cc41 per_client_cache_[client]->Add(object_id, GetObjectSize(object_id)); in ObjectCreated()
108 pinned_memory_bytes_ += GetObjectSize(object_id); in BeginObjectAccess()
117 pinned_memory_bytes_ -= GetObjectSize(object_id); in EndObjectAccess()
154 cache_.Add(obj, GetObjectSize(obj)); in ClientDisconnected()
H A Deviction_policy.cc109 cache_.Add(object_id, GetObjectSize(object_id)); in ObjectCreated()
144 pinned_memory_bytes_ += GetObjectSize(object_id); in BeginObjectAccess()
148 auto size = GetObjectSize(object_id); in EndObjectAccess()
168 int64_t EvictionPolicy::GetObjectSize(const ObjectID& object_id) const { in GetObjectSize() function in plasma::EvictionPolicy
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/objsize001/
H A Dobjsize001.cpp93 if (!NSK_JVMTI_VERIFY(jvmti->GetObjectSize(testedObject, &objectSize))) { in agentProc()
111 if (!NSK_JVMTI_VERIFY(jvmti->GetObjectSize(testedObject, &size))) { in agentProc()
139 if (!NSK_JVMTI_VERIFY(jvmti->GetObjectSize(testedObject, &size))) { in agentProc()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/objsize001/
H A Dobjsize001.cpp93 if (!NSK_JVMTI_VERIFY(jvmti->GetObjectSize(testedObject, &objectSize))) { in agentProc()
111 if (!NSK_JVMTI_VERIFY(jvmti->GetObjectSize(testedObject, &size))) { in agentProc()
139 if (!NSK_JVMTI_VERIFY(jvmti->GetObjectSize(testedObject, &size))) { in agentProc()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/objsize001/
H A Dobjsize001.cpp93 if (!NSK_JVMTI_VERIFY(jvmti->GetObjectSize(testedObject, &objectSize))) { in agentProc()
111 if (!NSK_JVMTI_VERIFY(jvmti->GetObjectSize(testedObject, &size))) { in agentProc()
139 if (!NSK_JVMTI_VERIFY(jvmti->GetObjectSize(testedObject, &size))) { in agentProc()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/objsize001/
H A Dobjsize001.cpp93 if (!NSK_JVMTI_VERIFY(jvmti->GetObjectSize(testedObject, &objectSize))) { in agentProc()
111 if (!NSK_JVMTI_VERIFY(jvmti->GetObjectSize(testedObject, &size))) { in agentProc()
139 if (!NSK_JVMTI_VERIFY(jvmti->GetObjectSize(testedObject, &size))) { in agentProc()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/objsize001/
H A Dobjsize001.cpp93 if (!NSK_JVMTI_VERIFY(jvmti->GetObjectSize(testedObject, &objectSize))) { in agentProc()
111 if (!NSK_JVMTI_VERIFY(jvmti->GetObjectSize(testedObject, &size))) { in agentProc()
139 if (!NSK_JVMTI_VERIFY(jvmti->GetObjectSize(testedObject, &size))) { in agentProc()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/objsize001/
H A Dobjsize001.cpp93 if (!NSK_JVMTI_VERIFY(jvmti->GetObjectSize(testedObject, &objectSize))) { in agentProc()
111 if (!NSK_JVMTI_VERIFY(jvmti->GetObjectSize(testedObject, &size))) { in agentProc()
139 if (!NSK_JVMTI_VERIFY(jvmti->GetObjectSize(testedObject, &size))) { in agentProc()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/objsize001/
H A Dobjsize001.c100 NSK_CPP_STUB3(GetObjectSize, jvmti, testedObject, &objectSize))) { in agentProc()
119 NSK_CPP_STUB3(GetObjectSize, jvmti, testedObject, &size))) { in agentProc()
148 NSK_CPP_STUB3(GetObjectSize, jvmti, testedObject, &size))) { in agentProc()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/objsize001/
H A Dobjsize001.c100 NSK_CPP_STUB3(GetObjectSize, jvmti, testedObject, &objectSize))) { in agentProc()
119 NSK_CPP_STUB3(GetObjectSize, jvmti, testedObject, &size))) { in agentProc()
148 NSK_CPP_STUB3(GetObjectSize, jvmti, testedObject, &size))) { in agentProc()
/dports/www/tusc/tusc-0.4.7/vendor/github.com/tus/tusd/gcsstore/
H A Dgcsstore_test.go172 service.EXPECT().GetObjectSize(ctxCancel, mockObjectParams0).Return(size, nil)
173 service.EXPECT().GetObjectSize(ctxCancel, mockObjectParams1).Return(size, nil)
174 lastGetObjectSize := service.EXPECT().GetObjectSize(ctxCancel, mockObjectParams2).Return(size, nil)
354 service.EXPECT().GetObjectSize(ctxCancel, mockObjectParams0).Return(size, nil)
355 service.EXPECT().GetObjectSize(ctxCancel, mockObjectParams1).Return(size, nil)
356 lastGetObjectSize := service.EXPECT().GetObjectSize(ctxCancel, mockObjectParams2).Return(size, nil)
/dports/www/tusd/tusd-1.8.0/pkg/gcsstore/
H A Dgcsstore_test.go182 service.EXPECT().GetObjectSize(ctxCancel, mockObjectParams0).Return(size, nil)
183 service.EXPECT().GetObjectSize(ctxCancel, mockObjectParams1).Return(size, nil)
184 lastGetObjectSize := service.EXPECT().GetObjectSize(ctxCancel, mockObjectParams2).Return(size, nil)
380 service.EXPECT().GetObjectSize(ctxCancel, mockObjectParams0).Return(size, nil)
381 service.EXPECT().GetObjectSize(ctxCancel, mockObjectParams1).Return(size, nil)
382 lastGetObjectSize := service.EXPECT().GetObjectSize(ctxCancel, mockObjectParams2).Return(size, nil)
H A Dgcsstore_mock_test.go190 func (m *MockGCSAPI) GetObjectSize(arg0 context.Context, arg1 gcsstore.GCSObjectParams) (int64, err… func
199 func (mr *MockGCSAPIMockRecorder) GetObjectSize(arg0, arg1 interface{}) *gomock.Call { func
201 …hMethodType(mr.mock, "GetObjectSize", reflect.TypeOf((*MockGCSAPI)(nil).GetObjectSize), arg0, arg1)
/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-compaction.cc97 int GetObjectSize(int objects_per_page) { in GetObjectSize() function
119 const int object_size = GetObjectSize(objects_per_page); in HEAP_TEST()
199 const int object_size = GetObjectSize(objects_per_page); in HEAP_TEST()
284 const int object_size = GetObjectSize(objects_per_page); in HEAP_TEST()
380 const int object_size = GetObjectSize(objects_per_page); in HEAP_TEST()
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A D_cat_util.c27 static Error GetObjectSize( Object o, uint *nitems, int *len, Type *typ,
351 if ( !GetObjectSize( o, &cp->num, &cp->obj_size, &cp->comp_type, in _dxf_cat_FindCompType()
386 static Error GetObjectSize( Object o, uint *nitems, int *len, Type *typ, in GetObjectSize() function
/dports/science/paje/Paje_1.97/Tracers/JRastro/src/
H A DJRastro_traces.c142 error = (*GET_JVMTI())->GetObjectSize(GET_JVMTI(), object, &size); in trace_event_object_alloc()
184 error = (*GET_JVMTI())->GetObjectSize(GET_JVMTI(), object, &size); in trace_event_object_alloc_new_array()
269 error = (*GET_JVMTI())->GetObjectSize(GET_JVMTI(), object, &size); in trace_event_method_entry_obj_init()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/
H A Dobjsize001.java24 package nsk.jvmti.GetObjectSize;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/
H A Dobjsize001.java24 package nsk.jvmti.GetObjectSize;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/
H A Dobjsize001.java24 package nsk.jvmti.GetObjectSize;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/
H A Dobjsize001.java24 package nsk.jvmti.GetObjectSize;

12345678910>>...12