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

  /external/chromium_org/v8/src/
code-stubs.h 200 virtual Code::StubType GetStubType() {
869 virtual Code::StubType GetStubType() { return Code::FAST; }
909 virtual Code::StubType GetStubType() { return Code::FAST; }
925 virtual Code::StubType GetStubType() { return Code::FAST; }
945 virtual Code::StubType GetStubType() { return Code::FAST; }
960 virtual Code::StubType GetStubType() { return Code::FAST; }
989 virtual Code::StubType GetStubType() { return Code::FAST; }
    [all...]
code-stubs.cc 128 GetStubType());
compiler.cc 263 code_stub()->GetStubType());
    [all...]
code-stubs-hydrogen.cc 248 GetStubType());
    [all...]

Completed in 4129 milliseconds