Lines Matching refs:Code
6 // * Redistributions of source code must retain the above copyright
273 Handle<Code> ic(Isolate::Current()->builtins()->builtin(
461 Object* code = HEAP->CreateCode(
463 Code::ComputeFlags(Code::STUB),
465 CHECK(code->IsCode());
467 Code::cast(code)->Print();
468 byte* begin = Code::cast(code)->instruction_start();
469 byte* end = begin + Code::cast(code)->instruction_size();