Home | History | Annotate | Download | only in cctest

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
247 Handle<Code> ic(Isolate::Current()->builtins()->builtin(
409 Object* code = HEAP->CreateCode(
411 Code::ComputeFlags(Code::STUB),
412 Handle<Code>())->ToObjectChecked();
413 CHECK(code->IsCode());
415 Code::cast(code)->Print();
416 byte* begin = Code::cast(code)->instruction_start();
417 byte* end = begin + Code::cast(code)->instruction_size();