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

  /external/webkit/JavaScriptCore/runtime/
Executable.h 44 class ExecutableBase : public RefCounted<ExecutableBase> {
52 ExecutableBase(int numParameters)
57 virtual ~ExecutableBase() {}
83 class NativeExecutable : public ExecutableBase {
86 : ExecutableBase(NUM_PARAMETERS_IS_HOST)
95 class VPtrHackExecutable : public ExecutableBase {
98 : ExecutableBase(NUM_PARAMETERS_IS_HOST)
105 class ScriptExecutable : public ExecutableBase {
108 : ExecutableBase(NUM_PARAMETERS_NOT_COMPILED
    [all...]
JSFunction.h 31 class ExecutableBase;
54 ExecutableBase* executable() const { return m_executable.get(); }
97 RefPtr<ExecutableBase> m_executable;
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp     [all...]

Completed in 42 milliseconds