Home | History | Annotate | Download | only in src

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
249 // proceed to the next code event.
257 // Perform processing until we have tick events, skip remaining code events.
352 Code* code, const char* comment) {
354 tag, comment, code->address(), code->ExecutableSize());
359 Code* code, String* name) {
366 code->address(),
367 code->ExecutableSize(),
373 Code* code,
382 code->address(),
383 code->ExecutableSize(),
389 Code* code,
397 code->address(),
398 code->ExecutableSize(),
404 Code* code, int args_count) {
408 code->address(),
409 code->ExecutableSize());
434 void CpuProfiler::RegExpCodeCreateEvent(Code* code, String* source) {
439 code->address(),
440 code->ExecutableSize());