Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-typer.cc463 void AsmTyper::SetTypeOf(AstNode* node, AsmType* type) { in SetTypeOf() function in v8::internal::wasm::AsmTyper
937 SetTypeOf(value, target_info->type()); in ValidateGlobalDeclaration()
939 SetTypeOf(assign, target_info->type()); in ValidateGlobalDeclaration()
940 SetTypeOf(target, target_info->type()); in ValidateGlobalDeclaration()
1086 SetTypeOf(value, target_info->type()); in ValidateFunctionTable()
1110 SetTypeOf(value, target_info->type()); in ValidateFunctionTable()
1171 SetTypeOf(proxy, type); in ValidateFunction()
1172 SetTypeOf(expr, type); in ValidateFunction()
1173 SetTypeOf(expr->value(), type); in ValidateFunction()
1211 SetTypeOf(local, type); in ValidateFunction()
[all …]
Dasm-typer.h253 void SetTypeOf(AstNode* node, AsmType* type);