Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen.h648 HEnvironment* DiscardInlined(bool drop_extra) { in DiscardInlined() argument
654 if (drop_extra) outer->Drop(1); in DiscardInlined()
2027 int drop_extra = 0)
2032 drop_extra_(drop_extra) { in target_()
2041 int drop_extra() { return drop_extra_; } in drop_extra() function
2070 Scope** scope, int* drop_extra);
Dhydrogen.cc391 bool drop_extra = state != NULL && in Goto() local
400 UpdateEnvironment(last_environment()->DiscardInlined(drop_extra)); in Goto()
412 bool drop_extra = state->inlining_kind() == NORMAL_RETURN; in AddLeaveInlined() local
420 UpdateEnvironment(last_environment()->DiscardInlined(drop_extra)); in AddLeaveInlined()
4399 int* drop_extra) { in Get() argument
4400 *drop_extra = 0; in Get()
4403 *drop_extra += current->info()->drop_extra(); in Get()
4410 *drop_extra += current->info()->drop_extra(); in Get()
4448 int drop_extra = 0; in VisitContinueStatement() local
4451 &outer_scope, &drop_extra); in VisitContinueStatement()
[all …]