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

  /external/v8/src/
disassembler.cc 214 CodeStub::Major major_key = CodeStub::GetMajorKey(code); local
215 DCHECK(major_key == CodeStub::MajorKeyFromKey(key));
217 CodeStub::MajorName(major_key));
type-feedback-vector.cc 806 CodeStub::Major major_key = CodeStub::MajorKeyFromKey(handler->stub_key()); local
808 CHECK(major_key == CodeStub::KeyedStoreSloppyArguments ||
809 major_key == CodeStub::StoreFastElement ||
810 major_key == CodeStub::StoreElement ||
811 major_key == CodeStub::ElementsTransitionAndStore ||
812 major_key == CodeStub::NoCache);
813 if (major_key != CodeStub::NoCache) {
deoptimizer.cc 1651 int major_key = CodeStub::GetMajorKey(compiled_code_); local
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 5322 CodeStub::Major major_key() { return major_key_; } function in class:final::final
    [all...]

Completed in 4127 milliseconds