Home
last modified time | relevance | path

Searched refs:obj_index (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/profviz/
Dcomposer.js150 var obj_index = 0;
403 obj_index++;
404 command = "set object " + obj_index + " rect";
509 obj_index++;
535 obj_index++;
546 obj_index++;
549 return obj_index;
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp895 int obj_index; in GetStepThroughDispatchPlan() local
903 obj_index = 1; in GetStepThroughDispatchPlan()
911 obj_index = 0; in GetStepThroughDispatchPlan()
922 lldb::addr_t obj_addr = argument_values.GetValueAtIndex(obj_index)->GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
951 Value super_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
981 Value super_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
1007 Value isa_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
1068 dispatch_values.PushValue (*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()