Lines Matching refs:Instruction
56 struct Instruction;
125 NEVER_INLINE bool resolve(CallFrame*, Instruction*, JSValue& exceptionValue);
126 NEVER_INLINE bool resolveSkip(CallFrame*, Instruction*, JSValue& exceptionValue);
127 NEVER_INLINE bool resolveGlobal(CallFrame*, Instruction*, JSValue& exceptionValue);
128 NEVER_INLINE void resolveBase(CallFrame*, Instruction* vPC);
129 NEVER_INLINE bool resolveBaseAndProperty(CallFrame*, Instruction*, JSValue& exceptionValue);
130 NEVER_INLINE bool resolveBaseAndFunc(CallFrame*, Instruction*, JSValue& exceptionValue);
131 NEVER_INLINE ScopeChainNode* createExceptionScope(CallFrame*, const Instruction* vPC);
133 …void tryCacheGetByID(CallFrame*, CodeBlock*, Instruction*, JSValue baseValue, const Identifier& pr…
134 void uncacheGetByID(CodeBlock*, Instruction* vPC);
135 …void tryCachePutByID(CallFrame*, CodeBlock*, Instruction*, JSValue baseValue, const PutPropertySlo…
136 void uncachePutByID(CodeBlock*, Instruction* vPC);