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

  /external/v8/src/x64/
lithium-codegen-x64.h 277 struct JumpTableEntry {
278 explicit inline JumpTableEntry(Address entry)
293 ZoneList<JumpTableEntry> jump_table_;
lithium-codegen-x64.cc 567 jump_table_.Add(JumpTableEntry(entry));
    [all...]

Completed in 32 milliseconds