Home
last modified time | relevance | path

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

/external/v8/src/
Dtyping-asm.cc130 RECURSE(VisitWithExpectation(decl->fun(), Type::Any(), "UNREACHABLE")); in VisitAsmModule()
143 RECURSE(VisitWithExpectation(stmt->expression(), Type::Object(), in VisitAsmModule()
272 RECURSE(VisitWithExpectation(expr, Type::Any(), "invalid literal")); in VisitExpressionAnnotation()
322 RECURSE(VisitWithExpectation(stmt->expression(), Type::Any(), in VisitExpressionStatement()
343 RECURSE(VisitWithExpectation(stmt->condition(), cache_.kAsmSigned, in VisitIfStatement()
374 VisitWithExpectation(stmt->expression(), Type::Any(), in VisitReturnStatement()
392 RECURSE(VisitWithExpectation(stmt->tag(), cache_.kAsmSigned, in VisitSwitchStatement()
404 RECURSE(VisitWithExpectation(label, cache_.kAsmSigned, in VisitSwitchStatement()
437 RECURSE(VisitWithExpectation(stmt->cond(), cache_.kAsmSigned, in VisitDoWhileStatement()
446 RECURSE(VisitWithExpectation(stmt->cond(), cache_.kAsmSigned, in VisitWhileStatement()
[all …]
Dtyping-asm.h168 void VisitWithExpectation(Expression* expr, Type* expected_type,