HomeSort by relevance Sort by last modified time
    Searched refs:TYPED (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
verifier.h 23 enum Typing { TYPED, UNTYPED };
25 static void Run(Graph* graph, Typing typing = TYPED);
verifier.cc 46 Visitor(Zone* z, Typing typed) : zone(z), typing(typed) {}
63 if (typing == TYPED && !NodeProperties::GetType(node)->Is(type)) {
74 if (typing == TYPED && !NodeProperties::GetType(node)->Maybe(type)) {
86 if (typing == TYPED && !NodeProperties::GetType(input)->Is(type)) {
180 // TODO(rossberg): Multiple outputs are currently typed as Internal.
425 if (typing == TYPED) {
575 if (typing == TYPED) CHECK(NodeProperties::GetType(node)->IsContext());
794 // TODO(rossberg): activate once machine ops are typed.
802 // TODO(rossberg): activate once machine ops are typed
    [all...]
pipeline.cc 41 #include "src/compiler/js-typed-lowering.h"
605 static const char* phase_name() { return "typed lowering"; }
    [all...]

Completed in 312 milliseconds