Searched refs:BeginBody (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dcode-stubs-hydrogen.cc909 HValue* key = builder.BeginBody(start, checked_length, Token::LT);
1419 HValue* slot_iterator = loop_builder.BeginBody(start_pos,
H A Dhydrogen.cc1075 HValue* HGraphBuilder::LoopBuilder::BeginBody( function in class:v8::internal::HGraphBuilder::LoopBuilder
1116 void HGraphBuilder::LoopBuilder::BeginBody(int drop_count) { function in class:v8::internal::HGraphBuilder::LoopBuilder
1691 probe_loop.BeginBody(2); // Drop entry, count from last environment to
2155 HValue* index = loop.BeginBody(graph()->GetConstant0(), length, Token::LT);
2810 HValue* key = builder.BeginBody(to, from, Token::GT);
2888 HValue* key = builder.BeginBody(length, graph()->GetConstant0(),
8438 HValue* new_key = loop.BeginBody(
8842 HValue* index = loop.BeginBody(initial, terminating, token);
8865 HValue* index = loop.BeginBody(initial, terminating, token);
8896 HValue* index = loop.BeginBody(initia
[all...]
H A Dhydrogen.h1703 HValue* BeginBody(
1708 void BeginBody(int drop_count);

Completed in 1290 milliseconds