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

  /external/v8/src/snapshot/
builtin-snapshot-utils.cc 17 bool BuiltinSnapshotUtils::IsHandlerIndex(int maybe_index) {
38 DCHECK(IsHandlerIndex(index));
builtin-snapshot-utils.h 41 static bool IsHandlerIndex(int maybe_index);
builtin-serializer.cc 139 DCHECK(BSU::IsHandlerIndex(index));
builtin-deserializer-allocator.cc 46 } else if (BSU::IsHandlerIndex(code_object_id)) {

Completed in 321 milliseconds