Lines Matching defs:code
6 // * Redistributions of source code must retain the above copyright
35 #include "code-stubs.h"
164 Code* code = Code::cast(HEAP->CreateCode(
166 Code::ComputeFlags(Code::STUB),
168 CHECK(code->IsCode());
170 HASH_FUNCTION hash = FUNCTION_CAST<HASH_FUNCTION>(code->entry());
193 Code* code = Code::cast(HEAP->CreateCode(
195 Code::ComputeFlags(Code::STUB),
197 CHECK(code->IsCode());
199 HASH_FUNCTION hash = FUNCTION_CAST<HASH_FUNCTION>(code->entry());