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

  /external/llvm/lib/CodeGen/
Analysis.cpp 596 Type *SlotType = RetSubTypes.back()->getTypeAtIndex(RetPath.back());
597 CallVal = UndefValue::get(SlotType);
  /external/v8/src/heap/
mark-compact.h 245 // They are recorded as a pair (SlotType, slot address).
268 enum SlotType {
278 static const char* SlotTypeToString(SlotType type) {
295 return "UNKNOWN SlotType";
351 SlotsBuffer** buffer_address, SlotType type, Address addr,

Completed in 63 milliseconds