HomeSort by relevance Sort by last modified time
    Searched full:untagged_array (Results 1 - 1 of 1) sorted by null

  /external/v8/test/cctest/compiler/
test-simplified-lowering.cc 393 E* untagged_array; member in class:AccessTester
401 untagged_array(static_cast<E*>(malloc(ByteSize()))),
407 ~AccessTester() { free(untagged_array); }
411 // Nuke both {untagged_array} and {tagged_array} with {original_elements}.
413 memcpy(untagged_array, original_elements, ByteSize());
419 // Create and run code that copies the element in either {untagged_array}
444 // Create and run code that copies the field in either {untagged_array}
514 return untagged_array[index];
537 : t->PointerConstant(untagged_array);
    [all...]

Completed in 68 milliseconds