Home
last modified time | relevance | path

Searched defs:offsetForValue (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DJumpTable.cpp35 int32_t SimpleJumpTable::offsetForValue(int32_t value, int32_t defaultOffset) in offsetForValue() function in JSC::SimpleJumpTable
DJumpTable.h54 inline int32_t offsetForValue(UString::Rep* value, int32_t defaultOffset) in offsetForValue() function