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));
405 Handle<Code> code = isolate->factory()->NewCode(
406 desc, Code::ComputeFlags(Code::STUB), Handle<Code>());
407 USE(code);
410 code->Print(os);
411 byte* begin = code->instruction_start();
412 byte* end = begin + code->instruction_size();