Home | History | Annotate | Download | only in cctest

Lines Matching defs:code

6 //     * Redistributions of source code must retain the above copyright
285 Handle<Code> ic(LoadIC::initialize_stub(isolate, NOT_CONTEXTUAL));
478 Handle<Code> code = isolate->factory()->NewCode(
479 desc, Code::ComputeFlags(Code::STUB), Handle<Code>());
480 USE(code);
483 code->Print(os);
484 byte* begin = code->instruction_start();
485 byte* end = begin + code->instruction_size();