Home
last modified time | relevance | path

Searched defs:num_objects (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/tools/v8windbg/src/
Dlocal-variables.cc105 ULONG64 num_objects = (frame_offset - stack_offset) / object_size; in GetValue() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_containers.hpp566 unsigned num_objects = start_object_count << memory.size(); in allocate() local
/third_party/vixl/test/
Dtest-pool-manager.cc46 static int RandomObjectID(size_t num_objects) { return Random() % num_objects; } in RandomObjectID()
/third_party/node/deps/v8/src/debug/
Ddebug.cc142 int num_objects = break_points_current_hit->length(); in CheckBreakPointsForLocations() local
1037 int num_objects = array->length(); in GetHitBreakPoints() local
/third_party/libdrm/
Dxf86drmMode.c1627 drmModeCreateLease(int fd, const uint32_t *objects, int num_objects, int flags, in drmModeCreateLease()