Searched refs:drop_extra (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dhydrogen.h124 void Goto(HBasicBlock* block, bool drop_extra = false);
139 bool drop_extra = false);
396 HEnvironment* DiscardInlined(bool drop_extra) { argument
399 if (drop_extra) outer->Drop(1);
707 bool drop_extra() { return return_handling_ == DROP_EXTRA_ON_RETURN; } function in class:v8::internal::FunctionState
759 int drop_extra = 0)
763 drop_extra_(drop_extra) {
771 int drop_extra() { return drop_extra_; } function in class:v8::internal::HGraphBuilder::BASE_EMBEDDED
796 HBasicBlock* Get(BreakableStatement* stmt, BreakType type, int* drop_extra);
1010 bool TryInlineCall(Call* expr, bool drop_extra
[all...]
H A Dhydrogen.cc168 void HBasicBlock::Goto(HBasicBlock* block, bool drop_extra) { argument
171 last_environment_ = last_environment()->DiscardInlined(drop_extra);
181 bool drop_extra) {
185 last_environment_ = last_environment()->DiscardInlined(drop_extra);
2340 empty_true->Goto(if_true(), owner()->function_state()->drop_extra());
2341 empty_false->Goto(if_false(), owner()->function_state()->drop_extra());
2362 empty_true->Goto(if_true(), owner()->function_state()->drop_extra());
2363 empty_false->Goto(if_false(), owner()->function_state()->drop_extra());
2777 int* drop_extra) {
2778 *drop_extra
179 AddLeaveInlined(HValue* return_value, HBasicBlock* target, bool drop_extra) argument
2774 Get( BreakableStatement* stmt, BreakType type, int* drop_extra) argument
2817 int drop_extra = 0; local
2831 int drop_extra = 0; local
5467 TryInlineCall(Call* expr, bool drop_extra) argument
5495 TryInlineBuiltinFunctionCall(Call* expr, bool drop_extra) argument
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen.h649 HEnvironment* DiscardInlined(bool drop_extra) { argument
652 if (drop_extra) outer->Drop(1);
1653 int drop_extra = 0)
1657 drop_extra_(drop_extra) {
1665 int drop_extra() { return drop_extra_; } function in class:v8::internal::HOptimizedGraphBuilder::BASE_EMBEDDED
1692 HBasicBlock* Get(BreakableStatement* stmt, BreakType type, int* drop_extra);
1918 bool TryInlineCall(Call* expr, bool drop_extra = false);
1932 bool TryInlineBuiltinFunctionCall(Call* expr, bool drop_extra);
H A Dhydrogen.cc208 bool drop_extra = state != NULL && local
213 UpdateEnvironment(last_environment()->DiscardInlined(drop_extra));
225 bool drop_extra = state->inlining_kind() == DROP_EXTRA_ON_RETURN; local
230 UpdateEnvironment(last_environment()->DiscardInlined(drop_extra));
3161 int* drop_extra) {
3162 *drop_extra = 0;
3165 *drop_extra += current->info()->drop_extra();
3171 *drop_extra += current->info()->drop_extra();
3158 Get( BreakableStatement* stmt, BreakType type, int* drop_extra) argument
3202 int drop_extra = 0; local
3215 int drop_extra = 0; local
6603 TryInlineCall(Call* expr, bool drop_extra) argument
6670 TryInlineBuiltinFunctionCall(Call* expr, bool drop_extra) argument
[all...]

Completed in 136 milliseconds