Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-parser.h198 AsmType* stdlib_fround_; variable
Dasm-parser.cc156 stdlib_fround_ = AsmType::FroundType(zone()); in InitializeStdlibTypes()
490 if (!src_info->type->IsA(stdlib_fround_)) { in ValidateModuleVarFromGlobal()
864 !GetVarInfo(Consume())->type->IsA(stdlib_fround_)) { in ValidateFunctionParams()
943 } else if (sinfo->type->IsA(stdlib_fround_)) { in ValidateFunctionLocals()
1443 GetVarInfo(scanner_.Token())->type->IsA(stdlib_fround_)) { in CallExpression()
2449 !GetVarInfo(scanner_.Token())->type->IsA(stdlib_fround_)) { in ValidateFloatCoercion()