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

  /external/v8/src/ic/
ic-compiler.h 76 Handle<Code> GetCode(Code::Kind kind, Code::StubType type, Handle<Name> name,
handler-compiler.h 22 CacheHolderFlag cache_holder, Code::StubType type);
101 Handle<Code> GetCode(Code::Kind kind, Code::StubType type, Handle<Name> name);
ic-compiler.cc 219 Handle<Code> PropertyICCompiler::GetCode(Code::Kind kind, Code::StubType type,
handler-compiler.cc 21 Code::StubType type) {
83 Code::StubType type,
  /external/v8/src/
code-stubs.h 241 virtual Code::StubType GetStubType() const { return Code::NORMAL; }
533 Code::StubType GetStubType() const override { return Code::FAST; }
966 Code::StubType GetStubType() const override { return Code::FAST; }
979 Code::StubType GetStubType() const override { return Code::FAST; }
    [all...]
disassembler.cc 207 Code::StubType type = code->type();
objects.h     [all...]
objects-inl.h     [all...]
objects.cc     [all...]

Completed in 549 milliseconds