Home
last modified time | relevance | path

Searched defs:callFrame (Results 1 – 17 of 17) sorted by relevance

/external/webkit/JavaScriptCore/interpreter/
DCallFrame.h87 …static const HashTable* arrayTable(CallFrame* callFrame) { return callFrame->globalData().arrayTab… in arrayTable()
88 …static const HashTable* dateTable(CallFrame* callFrame) { return callFrame->globalData().dateTable… in dateTable()
89 …static const HashTable* mathTable(CallFrame* callFrame) { return callFrame->globalData().mathTable… in mathTable()
90 …static const HashTable* numberTable(CallFrame* callFrame) { return callFrame->globalData().numberT… in numberTable()
91 …static const HashTable* regExpTable(CallFrame* callFrame) { return callFrame->globalData().regExpT… in regExpTable()
92 …static const HashTable* regExpConstructorTable(CallFrame* callFrame) { return callFrame->globalDat… in regExpConstructorTable()
93 …static const HashTable* stringTable(CallFrame* callFrame) { return callFrame->globalData().stringT… in stringTable()
DInterpreter.cpp92 static ALWAYS_INLINE unsigned bytecodeOffsetForPC(CallFrame* callFrame, CodeBlock* codeBlock, void*… in bytecodeOffsetForPC()
110 static inline bool jsLess(CallFrame* callFrame, JSValuePtr v1, JSValuePtr v2) in jsLess()
135 static inline bool jsLessEq(CallFrame* callFrame, JSValuePtr v1, JSValuePtr v2) in jsLessEq()
160 static NEVER_INLINE JSValuePtr jsAddSlowCase(CallFrame* callFrame, JSValuePtr v1, JSValuePtr v2) in jsAddSlowCase()
185 static ALWAYS_INLINE JSValuePtr jsAdd(CallFrame* callFrame, JSValuePtr v1, JSValuePtr v2) in jsAdd()
216 static JSValuePtr jsTypeStringForValue(CallFrame* callFrame, JSValuePtr v) in jsTypeStringForValue()
266 NEVER_INLINE bool Interpreter::resolve(CallFrame* callFrame, Instruction* vPC, JSValuePtr& exceptio… in resolve()
294 NEVER_INLINE bool Interpreter::resolveSkip(CallFrame* callFrame, Instruction* vPC, JSValuePtr& exce… in resolveSkip()
327 NEVER_INLINE bool Interpreter::resolveGlobal(CallFrame* callFrame, Instruction* vPC, JSValuePtr& ex… in resolveGlobal()
367 static ALWAYS_INLINE JSValuePtr inlineResolveBase(CallFrame* callFrame, Identifier& property, Scope… in inlineResolveBase()
[all …]
DRegister.h96 CallFrame* callFrame; member
187 ALWAYS_INLINE Register::Register(CallFrame* callFrame) in Register()
252 ALWAYS_INLINE CallFrame* Register::callFrame() const in callFrame() function
/external/webkit/JavaScriptCore/debugger/
DDebuggerCallFrame.h40 DebuggerCallFrame(CallFrame* callFrame) in DebuggerCallFrame()
46 DebuggerCallFrame(CallFrame* callFrame, JSValuePtr exception) in DebuggerCallFrame()
/external/webkit/WebCore/inspector/front-end/
DCallStackSidebarPane.js32 update: function(callFrame, sourceIDMap) argument
DScopeChainSidebarPane.js32 update: function(callFrame) argument
/external/webkit/JavaScriptCore/runtime/
DArguments.h105 …ALWAYS_INLINE void Arguments::getArgumentsData(CallFrame* callFrame, JSFunction*& function, ptrdif… in getArgumentsData()
122 inline Arguments::Arguments(CallFrame* callFrame) in Arguments()
159 inline Arguments::Arguments(CallFrame* callFrame, NoParametersType) in Arguments()
DJSActivation.cpp42 JSActivation::JSActivation(CallFrame* callFrame, PassRefPtr<FunctionBodyNode> functionBody) in JSActivation()
164 CallFrame* callFrame = CallFrame::create(activation->d()->registers); in argumentsGetter() local
DJSGlobalObject.h361 DynamicGlobalObjectScope(CallFrame* callFrame, JSGlobalObject* dynamicGlobalObject) in DynamicGlobalObjectScope()
/external/webkit/WebKit/win/
DWebScriptCallFrame.cpp139 /* [out, retval] */ IWebScriptCallFrame** callFrame) in caller()
/external/webkit/JavaScriptCore/jit/
DJIT.h293 …static void compileGetByIdProto(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlo… in compileGetByIdProto()
305 …static void compileGetByIdProtoList(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* cod… in compileGetByIdProtoList()
310 …static void compileGetByIdChainList(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* cod… in compileGetByIdChainList()
317 …static void compileGetByIdChain(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlo… in compileGetByIdChain()
353 …static JSValuePtr execute(void* code, RegisterFile* registerFile, CallFrame* callFrame, JSGlobalDa… in execute()
/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.cpp1390 void CodeBlock::reparseForExceptionInfoIfNecessary(CallFrame* callFrame) in reparseForExceptionInfoIfNecessary()
1478 int CodeBlock::lineNumberForBytecodeOffset(CallFrame* callFrame, unsigned bytecodeOffset) in lineNumberForBytecodeOffset()
1503 int CodeBlock::expressionRangeForBytecodeOffset(CallFrame* callFrame, unsigned bytecodeOffset, int&… in expressionRangeForBytecodeOffset()
1542 bool CodeBlock::getByIdExceptionInfoForBytecodeOffset(CallFrame* callFrame, unsigned bytecodeOffset… in getByIdExceptionInfoForBytecodeOffset()
DCodeBlock.h311 unsigned getBytecodeIndex(CallFrame* callFrame, void* nativePC) in getBytecodeIndex()
/external/webkit/WebCore/page/android/
DInspectorControllerAndroid.cpp97 void InspectorController::startGroup(MessageSource source, ScriptCallStack* callFrame) {} in startGroup()
/external/webkit/WebCore/page/
DConsole.cpp71 static bool getFirstArgumentAsString(const ScriptCallFrame& callFrame, String& result, bool checkFo… in getFirstArgumentAsString()
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1291 Vector<RefPtr<RegisterID>, RegisterFile::CallFrameHeaderSize> callFrame; in emitCall() local
1386 Vector<RefPtr<RegisterID>, RegisterFile::CallFrameHeaderSize> callFrame; in emitConstruct() local
/external/webkit/WebCore/inspector/
DInspectorController.cpp984 JavaScriptCallFrame* callFrame = controller->currentCallFrame(); in currentCallFrame() local