OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:number_of_descriptors
(Results
1 - 20
of
20
) sorted by null
/external/v8/src/
factory.cc
114
Handle<DescriptorArray> Factory::NewDescriptorArray(int
number_of_descriptors
) {
115
ASSERT(0 <=
number_of_descriptors
);
117
DescriptorArray::Allocate(
number_of_descriptors
),
867
NewDescriptorArray(array->
number_of_descriptors
() + nof_callbacks);
876
for (int i = 0; i < array->
number_of_descriptors
(); i++) {
908
int
number_of_descriptors
= result->
number_of_descriptors
() - duplicates;
local
910
NewDescriptorArray(
number_of_descriptors
);
911
for (int i = 0; i <
number_of_descriptors
; i++) {
[
all
...]
objects-printer.cc
254
for (int i = 0; i < descs->
number_of_descriptors
(); i++) {
1008
PrintF(out, "Descriptor array %d\n",
number_of_descriptors
());
1009
for (int i = 0; i <
number_of_descriptors
(); i++) {
factory.h
69
Handle<DescriptorArray> NewDescriptorArray(int
number_of_descriptors
);
string-stream.cc
352
for (int i = 0; i < descs->
number_of_descriptors
(); i++) {
objects.cc
[
all
...]
objects-inl.h
[
all
...]
handles.cc
731
for (int i = 0; i < descs->
number_of_descriptors
(); i++) {
[
all
...]
objects-debug.cc
867
for (int i = 0; i <
number_of_descriptors
(); i++) {
heap.cc
[
all
...]
bootstrapper.cc
[
all
...]
objects.h
2422
int
number_of_descriptors
() {
function in class:v8::internal::DescriptorArray
[
all
...]
profile-generator.cc
[
all
...]
/external/chromium_org/v8/src/
objects-debug.cc
1148
if (valid_entries == -1) valid_entries =
number_of_descriptors
();
1151
for (int i = 0; i <
number_of_descriptors
(); i++) {
[
all
...]
objects-inl.h
[
all
...]
factory.cc
159
Handle<DescriptorArray> Factory::NewDescriptorArray(int
number_of_descriptors
,
161
ASSERT(0 <=
number_of_descriptors
);
164
isolate(),
number_of_descriptors
, slack),
local
[
all
...]
factory.h
83
Handle<DescriptorArray> NewDescriptorArray(int
number_of_descriptors
,
objects-printer.cc
[
all
...]
objects.cc
3113
int
number_of_descriptors
= descriptors->
number_of_descriptors
();
local
9343
int
number_of_descriptors
= descriptors->
number_of_descriptors
_storage();
local
[
all
...]
objects.h
3193
int
number_of_descriptors
() {
function in class:v8::internal::DescriptorArray
[
all
...]
handles.cc
681
for (int i = 0; i < descs->
number_of_descriptors
(); i++) {
Completed in 63 milliseconds