Home
last modified time | relevance | path

Searched defs:vPC (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
DRegister.h86 Instruction* vPC; member
159 ALWAYS_INLINE Instruction* Register::vPC() const in vPC() function
DInterpreter.cpp92 NEVER_INLINE bool Interpreter::resolve(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionVa… in resolve()
120 NEVER_INLINE bool Interpreter::resolveSkip(CallFrame* callFrame, Instruction* vPC, JSValue& excepti… in resolveSkip()
160 NEVER_INLINE bool Interpreter::resolveGlobal(CallFrame* callFrame, Instruction* vPC, JSValue& excep… in resolveGlobal()
197 NEVER_INLINE bool Interpreter::resolveGlobalDynamic(CallFrame* callFrame, Instruction* vPC, JSValue… in resolveGlobalDynamic()
274 NEVER_INLINE void Interpreter::resolveBase(CallFrame* callFrame, Instruction* vPC) in resolveBase()
288 NEVER_INLINE bool Interpreter::resolveBaseAndProperty(CallFrame* callFrame, Instruction* vPC, JSVal… in resolveBaseAndProperty()
1187 …INE ScopeChainNode* Interpreter::createExceptionScope(CallFrame* callFrame, const Instruction* vPC) in createExceptionScope()
1199 …preter::tryCachePutByID(CallFrame* callFrame, CodeBlock* codeBlock, Instruction* vPC, JSValue base… in tryCachePutByID()
1268 NEVER_INLINE void Interpreter::uncachePutByID(CodeBlock*, Instruction* vPC) in uncachePutByID()
1274 …preter::tryCacheGetByID(CallFrame* callFrame, CodeBlock* codeBlock, Instruction* vPC, JSValue base… in tryCacheGetByID()
[all …]
DCallFrame.h104 ALWAYS_INLINE void init(CodeBlock* codeBlock, Instruction* vPC, ScopeChainNode* scopeChain, in init()
/external/webkit/Source/JavaScriptCore/bytecode/
DSamplingTool.h219 void sample(CodeBlock* codeBlock, Instruction* vPC) in sample()
248 Instruction* vPC() { return reinterpret_cast<Instruction*>(m_sample & ~0x3); } in vPC() function
DSamplingTool.cpp160 void ScriptSampleRecord::sample(CodeBlock* codeBlock, Instruction* vPC) in sample()
DCodeBlock.cpp279 void CodeBlock::printStructure(const char* name, const Instruction* vPC, int operand) const in printStructure() argument