Searched refs:typer (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/asmjs/
H A Dasm-wasm-builder.h9 #include "src/asmjs/asm-typer.h"
29 AsmTyper* typer);
H A Dasm-js.cc9 #include "src/asmjs/asm-typer.h"
156 wasm::AsmTyper typer(info->isolate(), info->zone(), *(info->script()),
158 if (!typer.Validate()) {
160 PrintF("Validation of asm.js module failed: %s", typer.error_message());
164 info->literal(), &typer);
176 wasm::AsmTyper::StdlibSet uses = typer.StdlibUses();
H A Dasm-typer.h167 explicit FunctionScope(AsmTyper* typer) : typer_(typer) { argument
H A Dasm-wasm-builder.cc46 AsmTyper* typer)
59 typer_(typer),
1840 FunctionLiteral* literal, AsmTyper* typer)
1841 : isolate_(isolate), zone_(zone), literal_(literal), typer_(typer) {}
45 AsmWasmBuilderImpl(Isolate* isolate, Zone* zone, FunctionLiteral* literal, AsmTyper* typer) argument
1839 AsmWasmBuilder(Isolate* isolate, Zone* zone, FunctionLiteral* literal, AsmTyper* typer) argument
H A Dasm-typer.cc5 #include "src/asmjs/asm-typer.h"
252 // NOTE: clz32 should return fixnum. The current typer can only return
2855 AsmTyper typer(isolate, zone, script, root);
2856 if (typer.Validate()) {
2860 *error_message = typer.error_message();
/external/v8/src/compiler/
H A Dpipeline.cc70 #include "src/compiler/typer.h"
808 static const char* phase_name() { return "typer"; }
810 void Run(PipelineData* data, Zone* temp_zone, Typer* typer) { argument
816 typer->Run(roots, &induction_vars);
821 static const char* phase_name() { return "osr typer"; }
830 Typer typer(data->isolate(), Typer::kNoFlags, data->graph());
831 typer.Run(roots, &induction_vars);
1527 Typer typer(isolate(), flags, data->graph());
1528 Run<TyperPhase>(&typer);
H A Dtyper.cc5 #include "src/compiler/typer.h"
18 #include "src/compiler/operation-typer.h"
29 explicit Decorator(Typer* typer) : typer_(typer) {} argument
70 explicit Visitor(Typer* typer, LoopVariableOptimizer* induction_vars) argument
71 : typer_(typer),
73 weakened_nodes_(typer->zone()) {}
/external/v8/
H A DAndroid.v8.mk19 src/asmjs/asm-typer.cc \
163 src/compiler/operation-typer.cc \
187 src/compiler/typer.cc \
/external/guice/extensions/persist/lib/
H A Dcglib-nodep-3.0.jarMETA-INF/MANIFEST.MF LICENSE NOTICE net/sf/cglib/beans/BeanCopier$BeanCopierKey.class BeanCopier. ...
/external/guice/lib/build/
H A Dcglib-3.1.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/cglib/ net/sf/cglib/beans/ ...
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...

Completed in 154 milliseconds