Home | History | Annotate | Download | only in cctest

Lines Matching refs:code

6 //     * Redistributions of source code must retain the above copyright
35 #include "code-stubs.h"
166 Handle<Code> code = factory->NewCode(desc,
167 Code::ComputeFlags(Code::STUB),
169 CHECK(code->IsCode());
171 HASH_FUNCTION hash = FUNCTION_CAST<HASH_FUNCTION>(code->entry());
203 Handle<Code> code = factory->NewCode(desc,
204 Code::ComputeFlags(Code::STUB),
206 CHECK(code->IsCode());
208 HASH_FUNCTION hash = FUNCTION_CAST<HASH_FUNCTION>(code->entry());