Searched defs:getStructureStubInfoReturnLocation (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.h181 inline void* getStructureStubInfoReturnLocation(StructureStubInfo* structureStubInfo) function in namespace:JSC
250 return *(binarySearch<StructureStubInfo, void*, getStructureStubInfoReturnLocation>(m_structureStubInfos.begin(), m_structureStubInfos.size(), returnAddress.value()));

Completed in 42 milliseconds