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

  /external/v8/src/compiler/
common-operator.h 375 const Operator* TypeGuard(Type* type);
escape-analysis-reducer.cc 118 jsgraph->common()->TypeGuard(original_type), replacement, control);
loop-variable-optimizer.cc 397 Node* rename = graph()->NewNode(common()->TypeGuard(phi_type),
load-elimination.cc 738 replacement = graph()->NewNode(common()->TypeGuard(node_type),
808 replacement = graph()->NewNode(common()->TypeGuard(node_type),
    [all...]
opcodes.h 74 V(TypeGuard)
common-operator.cc     [all...]
js-typed-lowering.cc     [all...]

Completed in 228 milliseconds