Home | History | Annotate | Download | only in interpreter

Lines Matching defs:codeBlock

41         CodeBlock* codeBlock() const { return this[RegisterFile::CodeBlock].Register::codeBlock(); }
117 ALWAYS_INLINE void init(CodeBlock* codeBlock, Instruction* vPC, ScopeChainNode* scopeChain,
122 setCodeBlock(codeBlock);
132 // Read a register from the codeframe (or constant from the CodeBlock).
145 void setCodeBlock(CodeBlock* codeBlock) { static_cast<Register*>(this)[RegisterFile::CodeBlock] = codeBlock; }