Home | History | Annotate | Download | only in cctest

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
266 Handle<Code> ic(isolate->builtins()->builtin(Builtins::kLoadIC_Initialize));
453 Object* code = isolate->heap()->CreateCode(
455 Code::ComputeFlags(Code::STUB),
456 Handle<Code>())->ToObjectChecked();
457 CHECK(code->IsCode());
459 Code::cast(code)->Print();
460 byte* begin = Code::cast(code)->instruction_start();
461 byte* end = begin + Code::cast(code)->instruction_size();