Home
last modified time | relevance | path

Searched refs:GroupStartIndexes (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dobjects.cc11357 DependentCode::GroupStartIndexes::GroupStartIndexes(DependentCode* entries) { in GroupStartIndexes() function in v8::internal::DependentCode::GroupStartIndexes
11362 void DependentCode::GroupStartIndexes::Recompute(DependentCode* entries) { in Recompute()
11387 GroupStartIndexes starts(*entries); in Insert()
11430 GroupStartIndexes starts(this); in UpdateToFinishedCode()
11453 GroupStartIndexes starts(this); in RemoveCompilationInfo()
11496 GroupStartIndexes starts(this); in Contains()
11513 DependentCode::GroupStartIndexes starts(this); in MarkCodeForDeoptimization()
11560 GroupStartIndexes starts(this); in AddToDependentICList()
Dobjects.h5535 class GroupStartIndexes {
5537 explicit GroupStartIndexes(DependentCode* entries);
Dobjects-inl.h4606 GroupStartIndexes starts(this); in ExtendGroup()
/external/v8/src/heap/
Dmark-compact.cc2708 DependentCode::GroupStartIndexes starts(entries); in ClearDependentCode()
2778 DependentCode::GroupStartIndexes starts(entries); in ClearNonLiveDependentCode()
/external/v8/test/cctest/
Dtest-heap.cc3888 DependentCode::GroupStartIndexes starts(site->dependent_code()); in TEST()
3908 DependentCode::GroupStartIndexes starts(site->dependent_code()); in TEST()