Searched refs:VariableTypeAnnotations (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/asmjs/
H A Dasm-typer.h368 // 5.4 VariableTypeAnnotations
370 AsmType* VariableTypeAnnotations(
H A Dasm-typer.cc837 RECURSE(type = VariableTypeAnnotations(value, mutability));
936 // Global variables have their types set in VariableTypeAnnotations.
1200 RECURSE(type = VariableTypeAnnotations(initializer->value()));
2830 // 5.4 VariableTypeAnnotations
2832 AsmType* AsmTyper::VariableTypeAnnotations( function in class:v8::internal::wasm::AsmTyper

Completed in 61 milliseconds