HomeSort by relevance Sort by last modified time
    Searched refs:typer (Results 1 - 25 of 27) sorted by null

1 2

  /external/v8/test/unittests/compiler/
graph-unittest.h 10 #include "src/compiler/typer.h"
74 Typer* typer() { return &typer_; } function in class:v8::internal::compiler::TypedGraphTest
77 Typer typer_;
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
EmitUtils.java 737 final ParameterTyper typer,
742 return new Integer(typer.getParameterTypes((MethodInfo)value).length);
750 member_helper_type(e, bucket, callback, typer, def, end, new BitSet());
761 final ParameterTyper typer,
767 Type[] types = typer.getParameterTypes(member);
783 Type[] example = typer.getParameterTypes((MethodInfo)members.get(0));
790 return TypeUtils.emulateClassGetName(typer.getParameterTypes((MethodInfo)value)[j]);
    [all...]
  /external/v8/test/cctest/compiler/
test-changes-lowering.cc 15 #include "src/compiler/typer.h"
130 Typer typer(this->isolate(), this->graph());
131 typer.Run();
test-machine-operator-reducer.cc 10 #include "src/compiler/typer.h"
63 typer(isolate, &graph),
77 Typer typer; member in class:v8::internal::compiler::ReducerTester
test-simplified-lowering.cc 18 #include "src/compiler/typer.h"
39 typer(this->isolate(), this->graph()),
46 Typer typer; member in class:v8::internal::compiler::SimplifiedLoweringTester
54 typer.Run();
60 typer.Run();
667 Typer typer; member in class:v8::internal::compiler::TestingGraph
680 typer(main_isolate(), graph()),
693 typer.Run()
    [all...]
test-js-typed-lowering.cc 13 #include "src/compiler/typer.h"
45 typer(main_isolate(), &graph),
49 typer.Run();
61 Typer typer; member in class:v8::internal::compiler::JSTypedLoweringTester
    [all...]
  /external/v8/src/compiler/
pipeline.cc 61 #include "src/compiler/typer.h"
584 static const char* phase_name() { return "typer"; }
586 void Run(PipelineData* data, Zone* temp_zone, Typer* typer) {
589 typer->Run(roots);
1143 base::SmartPointer<Typer> typer; local
    [all...]
wasm-compiler.cc 28 #include "src/compiler/typer.h"
    [all...]
typer.cc 5 #include "src/compiler/typer.h"
23 class Typer::Decorator final : public GraphDecorator {
25 explicit Decorator(Typer* typer) : typer_(typer) {}
29 Typer* const typer_;
33 Typer::Typer(Isolate* isolate, Graph* graph, Flags flags,
76 Typer::~Typer() {
    [all...]
  /external/v8/src/wasm/
wasm-js.cc 142 v8::internal::AsmTyper typer(info->isolate(), info->zone(), *(info->script()),
144 if (!typer.Validate()) {
  /external/v8/test/cctest/
test-asm-validator.cc 74 AsmTyper typer(isolate, zone, *script, root);
75 if (typer.Validate()) {
79 return typer.error_message();
    [all...]
  /external/v8/
Android.v8common.mk 132 src/compiler/typer.cc \
  /external/guice/extensions/persist/lib/
cglib-nodep-3.0.jar 
  /external/guice/lib/build/
cglib-3.1.jar 
  /prebuilts/devtools/tools/lib/
cglib-nodep-3.1.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/
cglib-nodep-2.1_3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/3.1/
cglib-nodep-3.1.jar 
  /external/robolectric/v1/lib/test/
mockito-core-1.8.5.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar 

Completed in 287 milliseconds

1 2