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

  /external/v8/src/snapshot/
code-serializer.cc 162 uint32_t stub_key = code_stub->stub_key(); local
163 DCHECK(CodeStub::MajorKeyFromKey(stub_key) != CodeStub::NoCache);
164 DCHECK(!CodeStub::GetCode(isolate(), stub_key).is_null());
165 stub_keys_.Add(stub_key);
171 CodeStub::MajorName(CodeStub::MajorKeyFromKey(stub_key)),
  /external/v8/src/
disassembler.cc 213 uint32_t key = code->stub_key();
type-info.cc 252 CompareICStub stub(code->stub_key(), isolate());
feedback-vector.cc 936 CodeStub::Major major_key = CodeStub::MajorKeyFromKey(handler->stub_key());
937 uint32_t minor_key = CodeStub::MinorKeyFromKey(handler->stub_key());
    [all...]
code-stubs.h 191 return MajorKeyFromKey(code_stub->stub_key());
410 CodeStubDescriptor(Isolate* isolate, uint32_t stub_key);
    [all...]
code-stubs.cc 46 CodeStubDescriptor::CodeStubDescriptor(Isolate* isolate, uint32_t stub_key)
54 CodeStub::InitializeDescriptor(isolate, stub_key, this);
    [all...]
deoptimizer.cc     [all...]
objects-inl.h     [all...]
objects.h     [all...]
objects.cc     [all...]
  /toolchain/binutils/binutils-2.25/gold/
arm.cc     [all...]
aarch64.cc     [all...]
  /external/v8/src/ic/
ic.cc 504 CompareICStub stub(target->stub_key(), isolate);
    [all...]

Completed in 444 milliseconds