Home | History | Annotate | Download | only in src

Lines Matching full:fni_

551       fni_(NULL),
577 fni_ = new(zone()) FuncNameInferrer(isolate(), zone());
745 fni_ = new(zone()) FuncNameInferrer(isolate(), zone());
746 fni_->PushEnclosingName(name);
1899 if (fni_ != NULL) fni_->Enter();
1904 if (fni_ != NULL) fni_->PushVariableName(name);
1979 if (fni_ != NULL &&
1982 fni_->Infer();
1984 fni_->RemoveLastFunction();
2102 if (fni_ != NULL) fni_->Leave();
2920 if (fni_ != NULL) fni_->Enter();
2924 if (fni_ != NULL) fni_->Leave();
2969 if (fni_ != NULL) {
2977 fni_->Infer();
2979 fni_->RemoveLastFunction();
2981 fni_->Leave();
3328 if (fni_ != NULL) fni_->RemoveLastFunction();
3338 if (fni_ != NULL) fni_->PushLiteralName(name);
3429 if (fni_ != NULL) {
3431 fni_->PushLiteralName(index->AsLiteral()->AsPropertyName());
3433 fni_->PushLiteralName(
3446 if (fni_ != NULL) fni_->PushLiteralName(name);
3564 if (fni_ != NULL) fni_->PushVariableName(name);
3590 if (fni_ != NULL) fni_->PushLiteralName(symbol);
3728 if (fni_ != NULL) fni_->Enter();
3742 if (fni_ != NULL) fni_->PushLiteralName(id);
3784 if (fni_ != NULL) {
3785 fni_->Infer();
3786 fni_->Leave();
3798 if (fni_ != NULL) fni_->PushLiteralName(string);
3858 if (fni_ != NULL) {
3859 fni_->Infer();
3860 fni_->Leave();
4367 if (fni_ != NULL && should_infer_name) fni_->AddFunction(function_literal);