Searched refs:NotHasBoilerplate (Results 1 – 3 of 3) sorted by relevance
304 GotoIf(NotHasBoilerplate(literal_site), &call_runtime); in EmitCreateRegExpLiteral()349 GotoIf(NotHasBoilerplate(maybe_allocation_site), call_runtime); in EmitCreateShallowArrayLiteral()434 GotoIf(NotHasBoilerplate(maybe_allocation_site), call_runtime); in EmitCreateShallowObjectLiteral()
2575 TNode<BoolT> NotHasBoilerplate(TNode<Object> maybe_literal_site);
9900 TNode<BoolT> CodeStubAssembler::NotHasBoilerplate( in NotHasBoilerplate() function in v8::internal::CodeStubAssembler