Lines Matching refs:Code
6 // * Redistributions of source code must retain the above copyright
265 // proceed to the next code event.
273 // Perform processing until we have tick events, skip remaining code events.
365 Code* code, const char* comment) {
367 tag, comment, code->address(), code->ExecutableSize());
372 Code* code, String* name) {
379 code->address(),
380 code->ExecutableSize(),
386 Code* code,
395 code->address(),
396 code->ExecutableSize(),
402 Code* code,
410 code->address(),
411 code->ExecutableSize(),
417 Code* code, int args_count) {
421 code->address(),
422 code->ExecutableSize());
448 void CpuProfiler::RegExpCodeCreateEvent(Code* code, String* source) {
453 code->address(),
454 code->ExecutableSize());