Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen.h631 HEnvironment* DiscardInlined(bool drop_extra) { in DiscardInlined() argument
634 if (drop_extra) outer->Drop(1); in DiscardInlined()
2066 int drop_extra = 0)
2071 drop_extra_(drop_extra) { in target_()
2080 int drop_extra() { return drop_extra_; } in drop_extra() function
2109 Scope** scope, int* drop_extra);
Dhydrogen.cc213 bool drop_extra = state != NULL && in Goto() local
222 UpdateEnvironment(last_environment()->DiscardInlined(drop_extra)); in Goto()
234 bool drop_extra = state->inlining_kind() == NORMAL_RETURN; in AddLeaveInlined() local
242 UpdateEnvironment(last_environment()->DiscardInlined(drop_extra)); in AddLeaveInlined()
4841 int* drop_extra) { in Get() argument
4842 *drop_extra = 0; in Get()
4845 *drop_extra += current->info()->drop_extra(); in Get()
4852 *drop_extra += current->info()->drop_extra(); in Get()
4885 int drop_extra = 0; in VisitContinueStatement() local
4888 &outer_scope, &drop_extra); in VisitContinueStatement()
[all …]