Home
last modified time | relevance | path

Searched refs:indexIsBool (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/jit/
DJITInlineMethods.h449 inline void JIT::emitStoreBool(unsigned index, RegisterID tag, bool indexIsBool) in emitStoreBool() argument
451 if (!indexIsBool) in emitStoreBool()
DJIT.h410 void emitStoreBool(unsigned index, RegisterID tag, bool indexIsBool = false);