HomeSort by relevance Sort by last modified time
    Searched refs:codeBlock (Results 26 - 28 of 28) sorted by null

12

  /external/webkit/Source/JavaScriptCore/dfg/
DFGOperations.cpp 31 #include "CodeBlock.h"
220 unsigned vPCIndex = exec->codeBlock()->bytecodeOffset(faultLocation);
DFGJITCodeGenerator.h 31 #include "CodeBlock.h"
153 , m_generationInfo(m_jit.codeBlock()->m_numCalleeRegisters)
250 return &m_jit.codeBlock()->identifier(index);
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.h 45 class CodeBlock;
71 CodeBlock* codeBlock() { return static_cast<CodeBlock*>(asPointer); }
285 static void tryCacheGetByID(CallFrame*, CodeBlock*, ReturnAddressPtr returnAddress, JSValue baseValue, const Identifier& propertyName, const PropertySlot&, StructureStubInfo* stubInfo);
286 static void tryCachePutByID(CallFrame*, CodeBlock*, ReturnAddressPtr returnAddress, JSValue baseValue, const PutPropertySlot&, StructureStubInfo* stubInfo, bool direct);

Completed in 408 milliseconds

12