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

  /external/clang/lib/CodeGen/
ABIInfo.h 136 unsigned getDirectOffset() const {
CGCall.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp 171 callFrame->uncheckedR(dst) = JSValue(globalObject->getDirectOffset(offset));
245 callFrame->uncheckedR(dst) = JSValue(globalObject->getDirectOffset(offset));
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.h 152 return offset != WTF::notFound ? getDirectOffset(offset) : JSValue();
194 JSValue getDirectOffset(size_t offset) const { return propertyStorage()[offset].get(); }
    [all...]
JSObject.cpp 605 descriptor.setDescriptor(getDirectOffset(offset), attributes);
Structure.cpp 564 values[i] = object->getDirectOffset(iter->offset);

Completed in 171 milliseconds