Searched defs:object_index (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/sandbox/win/tools/finder/
H A Dfinder_kernel.cc91 DWORD object_index = 0; local
113 &object_index,
120 BUFFER_SIZE, TRUE, FALSE, &object_index,
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dpoll_windows.c510 int _index, object_index, triggered; local
597 object_index = ret-WAIT_OBJECT_0;
598 if ((object_index >= 0) && ((DWORD)object_index < nb_handles_to_wait_on)) {
600 i = handle_to_index[object_index];
/external/chromium_org/v8/src/
H A Dlithium.cc616 int object_index = objects_to_materialize->length(); local
621 for (int prev = 0; prev < object_index; ++prev) {
H A Ddeoptimizer.h324 int object_index,
345 void AddObjectDuplication(intptr_t slot, int object_index);
350 bool ArgumentsObjectIsAdapted(int object_index) { argument
351 ObjectMaterializationDescriptor desc = deferred_objects_.at(object_index);
356 Handle<JSFunction> ArgumentsObjectFunction(int object_index) { argument
357 ObjectMaterializationDescriptor desc = deferred_objects_.at(object_index);
743 void DuplicateObject(int object_index);
H A Ddeoptimizer.cc1805 int object_index = materialization_object_index_++; local
1806 ObjectMaterializationDescriptor desc = deferred_objects_[object_index];
1811 object_index = desc.duplicate_object();
1813 } else if (desc.is_arguments() && ArgumentsObjectIsAdapted(object_index)) {
1816 Handle<JSFunction> function = ArgumentsObjectFunction(object_index);
1828 Handle<JSFunction> function = ArgumentsObjectFunction(object_index);
1852 if (object_index < prev_materialized_count_) {
1854 previously_materialized_objects_->get(object_index), isolate_));
1864 if (object_index < prev_materialized_count_) {
1866 previously_materialized_objects_->get(object_index), isolate
1990 int object_index = materialization_object_index_; local
2123 int object_index = iterator->Next(); local
2147 int object_index = deferred_objects_.length() - 1; local
2159 DoTranslateObject(TranslationIterator* iterator, int object_index, int field_index) argument
2369 int object_index = iterator->Next(); local
2409 int object_index = deferred_objects_.length() - 1; local
2653 int object_index = iterator->Next(); local
2695 int object_index = deferred_objects_.length() - 1; local
2763 AddObjectDuplication(intptr_t slot, int object_index) argument
2765 reinterpret_cast<Address>(slot), jsframe_count_, -1, object_index, false); local
3003 DuplicateObject(int object_index) argument
3358 int object_index = materialized_objects_.length(); local
3417 int object_index = materialized_objects_.length(); local
3482 int object_index = slot.DuplicateObjectId(); local
[all...]
H A Dobjects.cc10767 int object_index = iterator.Next(); local
10768 os << "{object_index=" << object_index << "}"; local
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc647 int object_index = 0; local
656 &object_index,
670 int object_index = (*object_index_pointer)++; local
671 if (environment->ObjectIsDuplicateAt(object_index)) {
672 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
676 int object_length = environment->ObjectLengthAt(object_index);
677 if (environment->ObjectIsArgumentsAt(object_index)) {
/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.cc263 int object_index = 0; local
273 &object_index,
287 int object_index = (*object_index_pointer)++; local
288 if (environment->ObjectIsDuplicateAt(object_index)) {
289 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
293 int object_length = environment->ObjectLengthAt(object_index);
294 if (environment->ObjectIsArgumentsAt(object_index)) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc634 int object_index = 0; local
643 &object_index,
657 int object_index = (*object_index_pointer)++; local
658 if (environment->ObjectIsDuplicateAt(object_index)) {
659 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
663 int object_length = environment->ObjectLengthAt(object_index);
664 if (environment->ObjectIsArgumentsAt(object_index)) {
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc642 int object_index = 0; local
651 &object_index,
665 int object_index = (*object_index_pointer)++; local
666 if (environment->ObjectIsDuplicateAt(object_index)) {
667 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
671 int object_length = environment->ObjectLengthAt(object_index);
672 if (environment->ObjectIsArgumentsAt(object_index)) {
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.cc592 int object_index = 0; local
601 &object_index,
615 int object_index = (*object_index_pointer)++; local
616 if (environment->ObjectIsDuplicateAt(object_index)) {
617 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
621 int object_length = environment->ObjectLengthAt(object_index);
622 if (environment->ObjectIsArgumentsAt(object_index)) {
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc539 int object_index = 0; local
548 &object_index,
562 int object_index = (*object_index_pointer)++; local
563 if (environment->ObjectIsDuplicateAt(object_index)) {
564 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
568 int object_length = environment->ObjectLengthAt(object_index);
569 if (environment->ObjectIsArgumentsAt(object_index)) {
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.cc897 int object_index = 0; local
906 &object_index,
920 int object_index = (*object_index_pointer)++; local
921 if (environment->ObjectIsDuplicateAt(object_index)) {
922 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
926 int object_length = environment->ObjectLengthAt(object_index);
927 if (environment->ObjectIsArgumentsAt(object_index)) {

Completed in 366 milliseconds