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

  /external/chromium_org/v8/src/compiler/
instruction.cc 66 void SubKindOperand<kOperandKind, kNumCachedOperands>::SetUpCache() {
84 name##Operand::SetUpCache();
instruction.h 82 // Calls SetUpCache()/TearDownCache() for each subclass.
329 static void SetUpCache();
  /external/chromium_org/v8/src/
lithium.cc 137 void LSubKindOperand<kOperandKind, kNumCachedOperands>::SetUpCache() {
154 #define LITHIUM_OPERAND_SETUP(name, type, number) L##name::SetUpCache();
lithium.h 58 // Calls SetUpCache()/TearDownCache() for each subclass.
319 static void SetUpCache();

Completed in 1903 milliseconds