Searched refs: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 Ddeoptimizer.h333 int object_index,
349 void AddObjectDuplication(intptr_t slot, int object_index);
354 bool ArgumentsObjectIsAdapted(int object_index) { argument
355 ObjectMaterializationDescriptor desc = deferred_objects_.at(object_index);
360 Handle<JSFunction> ArgumentsObjectFunction(int object_index) { argument
361 ObjectMaterializationDescriptor desc = deferred_objects_.at(object_index);
742 void DuplicateObject(int object_index);
H A Ddeoptimizer.cc1660 int object_index = materialization_object_index_++;
1661 ObjectMaterializationDescriptor desc = deferred_objects_[object_index];
1666 object_index = desc.duplicate_object();
1668 } else if (desc.is_arguments() && ArgumentsObjectIsAdapted(object_index)) {
1671 Handle<JSFunction> function = ArgumentsObjectFunction(object_index);
1679 Handle<JSFunction> function = ArgumentsObjectFunction(object_index);
1738 return materialized_objects_->at(object_index);
1814 int object_index = materialization_object_index_;
1816 deferred_objects_.at(object_index);
1827 ArgumentsObjectIsAdapted(object_index)
[all...]
H A Dobjects.cc11041 int object_index = iterator.Next(); local
11042 PrintF(out, "{object_index=%d}", object_index);
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc612 int object_index = 0; local
621 &object_index,
635 int object_index = (*object_index_pointer)++; local
636 if (environment->ObjectIsDuplicateAt(object_index)) {
637 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
641 int object_length = environment->ObjectLengthAt(object_index);
642 if (environment->ObjectIsArgumentsAt(object_index)) {
H A Dlithium-arm.cc953 int object_index = objects_to_materialize->length(); local
972 for (int i = object_index; i < objects_to_materialize->length(); ++i) {
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc591 int object_index = 0; local
600 &object_index,
614 int object_index = (*object_index_pointer)++; local
615 if (environment->ObjectIsDuplicateAt(object_index)) {
616 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
620 int object_length = environment->ObjectLengthAt(object_index);
621 if (environment->ObjectIsArgumentsAt(object_index)) {
H A Dlithium-mips.cc961 int object_index = objects_to_materialize->length(); local
980 for (int i = object_index; i < objects_to_materialize->length(); ++i) {
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc507 int object_index = 0; local
516 &object_index,
530 int object_index = (*object_index_pointer)++; local
531 if (environment->ObjectIsDuplicateAt(object_index)) {
532 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
536 int object_length = environment->ObjectLengthAt(object_index);
537 if (environment->ObjectIsArgumentsAt(object_index)) {
H A Dlithium-x64.cc956 int object_index = objects_to_materialize->length(); local
975 for (int i = object_index; i < objects_to_materialize->length(); ++i) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc885 int object_index = 0; local
894 &object_index,
908 int object_index = (*object_index_pointer)++; local
909 if (environment->ObjectIsDuplicateAt(object_index)) {
910 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
914 int object_length = environment->ObjectLengthAt(object_index);
915 if (environment->ObjectIsArgumentsAt(object_index)) {
H A Dlithium-ia32.cc1027 int object_index = objects_to_materialize->length(); local
1046 for (int i = object_index; i < objects_to_materialize->length(); ++i) {

Completed in 285 milliseconds