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

  /external/chromium_org/v8/src/
serialize.cc 1921 uint32_t stub_key = code->stub_key(); local
    [all...]
code-stubs.cc 33 CodeStubDescriptor::CodeStubDescriptor(Isolate* isolate, uint32_t stub_key)
41 CodeStub::InitializeDescriptor(isolate, stub_key, this);
387 CompareICStub decode((*code_out)->stub_key(), isolate());
disassembler.cc 230 uint32_t key = code->stub_key();
serialize.h 613 int AddCodeStubKey(uint32_t stub_key);
type-info.cc 198 CompareICStub stub(code->stub_key(), isolate());
code-stubs.h 161 return MajorKeyFromKey(code_stub->stub_key());
356 CodeStubDescriptor(Isolate* isolate, uint32_t stub_key);
    [all...]
debug.cc     [all...]
deoptimizer.cc     [all...]
objects-inl.h 6159 uint32_t Code::stub_key() { function in class:v8::internal::Code::FindAndReplacePattern::Code
    [all...]
objects.h     [all...]
objects.cc     [all...]
  /external/chromium_org/v8/src/ic/
ic.cc 558 CompareICStub stub(target->stub_key(), isolate);
    [all...]

Completed in 179 milliseconds