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

  /external/v8/test/cctest/compiler/
value-helper.h 50 void CheckHeapConstant(HeapObject* expected, Node* node) {
56 CheckHeapConstant(isolate_->heap()->true_value(), node);
60 CheckHeapConstant(isolate_->heap()->false_value(), node);
test-representation-change.cc 67 void CheckHeapConstant(Node* n, HeapObject* expected) {
137 r.CheckHeapConstant(val, i == 0 ? r.isolate()->heap()->false_value()

Completed in 1113 milliseconds