Home
last modified time | relevance | path

Searched refs:object_index (Results 1 – 17 of 17) sorted by relevance

/external/google-breakpad/src/processor/
Drange_map_unittest.cc275 for (int object_index = 0; object_index < object_count; ++object_index) { in RetrieveIndexTest() local
277 if (!range_map->RetrieveRangeAtIndex(object_index, &object, &base, NULL)) { in RetrieveIndexTest()
280 set, object_index); in RetrieveIndexTest()
287 set, object_index); in RetrieveIndexTest()
298 set, object_index, object->id()); in RetrieveIndexTest()
306 set, object_index, base); in RetrieveIndexTest()
344 for (int object_index = 0; object_index < object_count; ++object_index) { in RetriveAtIndexTest2() local
346 if (!range_map->RetrieveRangeAtIndex(object_index, &object, &base, NULL)) { in RetriveAtIndexTest2()
348 "expected success, observed failure\n", object_index); in RetriveAtIndexTest2()
356 object_index, expected_base, base); in RetriveAtIndexTest2()
Dstatic_range_map_unittest.cc317 for (int object_index = 0; object_index < object_count; ++object_index) { in RetrieveIndexTest() local
319 ASSERT_TRUE(range_map->RetrieveRangeAtIndex(object_index, in RetrieveIndexTest()
324 << " index " << object_index; in RetrieveIndexTest()
327 << " index " << object_index; in RetrieveIndexTest()
334 << set << " index " << object_index; in RetrieveIndexTest()
337 << " index " << object_index; in RetrieveIndexTest()
/external/toolchain-utils/binary_search_tool/test/
Dcommon.py36 object_index = []
39 object_index.append(int(o))
41 return object_index
Dswitch_to_good.py18 object_index = common.ReadObjectIndex(argv[1])
20 for oi in object_index:
Dswitch_to_bad.py15 object_index = common.ReadObjectIndex(argv[1])
17 for oi in object_index:
Dswitch_to_good_noinc_prune.py26 object_index = common.ReadObjectIndex(argv[1])
28 for oi in object_index:
Dswitch_tmp.py19 object_index = common.ReadObjectIndex(argv[1])
22 for oi in object_index:
Dswitch_to_good_set_file.py27 object_index = common.ReadObjectIndex(os.environ['BISECT_GOOD_SET'])
29 for oi in object_index:
Dswitch_to_bad_noinc_prune.py28 object_index = common.ReadObjectIndex(argv[1])
30 for oi in object_index:
Dswitch_to_bad_set_file.py25 object_index = common.ReadObjectIndex(os.environ['BISECT_BAD_SET'])
27 for oi in object_index:
/external/libusb/libusb/os/
Dpoll_windows.c512 int _index, object_index, triggered; in usbi_poll() local
599 object_index = ret-WAIT_OBJECT_0; in usbi_poll()
600 if ((object_index >= 0) && ((DWORD)object_index < nb_handles_to_wait_on)) { in usbi_poll()
602 i = handle_to_index[object_index]; in usbi_poll()
/external/v8/src/
Ddeoptimizer.cc1984 void Translation::DuplicateObject(int object_index) { in DuplicateObject() argument
1986 buffer_->Add(object_index); in DuplicateObject()
2312 int object_index) { in NewDeferredObject() argument
2314 slot.materialization_info_ = {object_index, length}; in NewDeferredObject()
2424 int TranslatedValue::object_index() const { in object_index() function in v8::internal::TranslatedValue
2893 int object_index = static_cast<int>(object_positions_.size()); in CreateArgumentsElementsTranslatedValues() local
2897 object_index, static_cast<uint8_t>(type), length); in CreateArgumentsElementsTranslatedValues()
2902 this, length + FixedArray::kHeaderSize / kPointerSize, object_index)); in CreateArgumentsElementsTranslatedValues()
2992 int object_index = static_cast<int>(object_positions_.size()); in CreateNextTranslatedValue() local
2994 PrintF(trace_file, "captured object #%d (length = %d)", object_index, in CreateNextTranslatedValue()
[all …]
Ddeoptimizer.h86 int length, int object_index);
146 int object_index() const;
351 void EnsureCapturedObjectAllocatedAt(int object_index,
354 void InitializeCapturedObjectAt(int object_index, std::stack<int>* worklist,
367 TranslatedValue* GetValueByObjectIndex(int object_index);
963 void DuplicateObject(int object_index);
Dobjects.cc14887 int object_index = iterator.Next(); in DeoptimizationDataPrint() local
14888 os << "{object_index=" << object_index << "}"; in DeoptimizationDataPrint()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp607 const auto object_index = 1; in ValidateStore() local
608 const auto object_id = inst->GetOperandAs<uint32_t>(object_index); in ValidateStore()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp783 const auto object_index = 1; in ValidateStore() local
784 const auto object_id = inst->GetOperandAs<uint32_t>(object_index); in ValidateStore()
/external/mesa3d/src/gallium/state_trackers/va/
Dsurface.c1051 desc->layers[p].object_index[0] = p; in vlVaExportSurfaceHandle()