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

  /external/webkit/Source/JavaScriptCore/API/
APICast.h 68 JSC::JSCell* jsCell = reinterpret_cast<JSC::JSCell*>(const_cast<OpaqueJSValue*>(v));
69 if (!jsCell)
71 if (jsCell->isAPIValueWrapper())
72 return static_cast<JSC::JSAPIValueWrapper*>(jsCell)->value();
73 return jsCell;
84 JSC::JSCell* jsCell = reinterpret_cast<JSC::JSCell*>(const_cast<OpaqueJSValue*>(v))
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecode/
Instruction.h 53 class JSCell;
70 void set(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base)
78 void set(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base, Structure* _proto)
86 void set(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base, StructureChain* _chain)
95 PolymorphicAccessStructureList(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase)
100 PolymorphicAccessStructureList(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase, Structure* firstProto)
105 PolymorphicAccessStructureList(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase, StructureChain* firstChain)
131 u.jsCell.clear();
140 u.jsCell.clear();
144 Instruction(JSGlobalData& globalData, JSCell* owner, Structure* structure
    [all...]
CodeBlock.cpp 734 JSValue scope = JSValue((++it)->u.jsCell.get());
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes.cpp 35 #include "JSCell.h"
381 loadPtr(Address(regT0, JSCell::structureOffset()), regT0);
403 loadPtr(Address(regT1, JSCell::structureOffset()), regT3);
408 loadPtr(Address(regT0, JSCell::structureOffset()), regT0);
419 loadPtr(Address(regT2, JSCell::structureOffset()), regT2);
568 loadPtr(Address(returnValueRegister, JSCell::structureOffset()), regT2);
670 addSlowCase(branchPtr(NotEqual, regT1, Address(regT0, JSCell::structureOffset()))); // Structures don't match
732 // First, handle JSCell cases - check MasqueradesAsUndefined bit on the structure.
733 loadPtr(Address(regT0, JSCell::structureOffset()), regT2);
753 // First, handle JSCell cases - check MasqueradesAsUndefined bit on the structure
    [all...]
JITOpcodes32_64.cpp 36 #include "JSCell.h"
563 loadPtr(Address(regT0, JSCell::structureOffset()), regT0);
585 loadPtr(Address(regT1, JSCell::structureOffset()), regT3);
590 loadPtr(Address(regT0, JSCell::structureOffset()), regT0);
601 loadPtr(Address(regT2, JSCell::structureOffset()), regT2);
    [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]

Completed in 391 milliseconds