_nvprof          5744 core/CodegenLIR.cpp             _nvprof("binding cache bytes", sizeof(C));
_nvprof           111 core/avmbuild.h # define PERFM_NVPROF(n,v) _nvprof(n,v)
_nvprof           104 core/jit-calls.h     # define PROF_IF(label, expr) bool hit = (expr); _nvprof(label, hit); if (hit)
_nvprof           664 core/jit-calls.h                 _nvprof("getprop_index P-fast", 1);
_nvprof           668 core/jit-calls.h         _nvprof("getprop_index P-fast", 0);
_nvprof           684 core/jit-calls.h                 _nvprof("setprop_index P-fast", 1);
_nvprof           689 core/jit-calls.h         _nvprof("setprop_index P-fast", 0);
_nvprof           700 core/jit-calls.h         _nvprof("initprop_index", 1);
_nvprof           840 nanojit/Assembler.cpp #define countlir_live() _nvprof("lir-live",1)
_nvprof           841 nanojit/Assembler.cpp #define countlir_ret() _nvprof("lir-ret",1)
_nvprof           842 nanojit/Assembler.cpp #define countlir_alloc() _nvprof("lir-alloc",1)
_nvprof           843 nanojit/Assembler.cpp #define countlir_var() _nvprof("lir-var",1)
_nvprof           844 nanojit/Assembler.cpp #define countlir_use() _nvprof("lir-use",1)
_nvprof           845 nanojit/Assembler.cpp #define countlir_def() _nvprof("lir-def",1)
_nvprof           846 nanojit/Assembler.cpp #define countlir_imm() _nvprof("lir-imm",1)
_nvprof           847 nanojit/Assembler.cpp #define countlir_param() _nvprof("lir-param",1)
_nvprof           848 nanojit/Assembler.cpp #define countlir_cmov() _nvprof("lir-cmov",1)
_nvprof           849 nanojit/Assembler.cpp #define countlir_ld() _nvprof("lir-ld",1)
_nvprof           850 nanojit/Assembler.cpp #define countlir_ldq() _nvprof("lir-ldq",1)
_nvprof           851 nanojit/Assembler.cpp #define countlir_alu() _nvprof("lir-alu",1)
_nvprof           852 nanojit/Assembler.cpp #define countlir_qjoin() _nvprof("lir-qjoin",1)
_nvprof           853 nanojit/Assembler.cpp #define countlir_qlo() _nvprof("lir-qlo",1)
_nvprof           854 nanojit/Assembler.cpp #define countlir_qhi() _nvprof("lir-qhi",1)
_nvprof           855 nanojit/Assembler.cpp #define countlir_fpu() _nvprof("lir-fpu",1)
_nvprof           856 nanojit/Assembler.cpp #define countlir_st() _nvprof("lir-st",1)
_nvprof           857 nanojit/Assembler.cpp #define countlir_stq() _nvprof("lir-stq",1)
_nvprof           858 nanojit/Assembler.cpp #define countlir_jmp() _nvprof("lir-jmp",1)
_nvprof           859 nanojit/Assembler.cpp #define countlir_jcc() _nvprof("lir-jcc",1)
_nvprof           860 nanojit/Assembler.cpp #define countlir_label() _nvprof("lir-label",1)
_nvprof           861 nanojit/Assembler.cpp #define countlir_xcc() _nvprof("lir-xcc",1)
_nvprof           862 nanojit/Assembler.cpp #define countlir_x() _nvprof("lir-x",1)
_nvprof           863 nanojit/Assembler.cpp #define countlir_call() _nvprof("lir-call",1)
_nvprof           864 nanojit/Assembler.cpp #define countlir_jtbl() _nvprof("lir-jtbl",1)
_nvprof            74 nanojit/CodeAlloc.cpp             _nvprof("free page",1);
_nvprof           130 nanojit/CodeAlloc.cpp         _nvprof("alloc page", uintptr_t(mem)>>12);
_nvprof           227 nanojit/CodeAlloc.cpp                 _nvprof("free page",1);
_nvprof           450 nanojit/CodeAlloc.cpp             _nvprof("block contains",1);
_nvprof            48 nanojit/NativeARM.h #define count_instr() _nvprof("arm",1)
_nvprof            49 nanojit/NativeARM.h #define count_prolog() _nvprof("arm-prolog",1); count_instr();
_nvprof            50 nanojit/NativeARM.h #define count_imt() _nvprof("arm-imt",1) count_instr()
_nvprof            46 nanojit/NativePPC.h #define count_instr() _nvprof("ppc",1)
_nvprof            47 nanojit/NativePPC.h #define count_prolog() _nvprof("ppc-prolog",1); count_instr();
_nvprof            48 nanojit/NativePPC.h #define count_imt() _nvprof("ppc-imt",1) count_instr()
_nvprof           199 nanojit/NativeX64.cpp         _nvprof("x64-bytes", len);
_nvprof           264 nanojit/NativeX64.cpp             _nvprof("x64-bytes", 1);
_nvprof           269 nanojit/NativeX64.cpp             _nvprof("x64-bytes", 4);
_nvprof           291 nanojit/NativeX64.cpp         _nvprof("x86-bytes", 4);
_nvprof           298 nanojit/NativeX64.cpp         _nvprof("x64-bytes", 8);
_nvprof           306 nanojit/NativeX64.cpp         _nvprof("x86-bytes", 4);
_nvprof           321 nanojit/NativeX64.cpp         _nvprof("x64-bytes", 4);
_nvprof           332 nanojit/NativeX64.cpp         _nvprof("x64-bytes", 4);
_nvprof            50 nanojit/NativeX64.h #define count_instr() _nvprof("x64",1)
_nvprof            51 nanojit/NativeX64.h #define count_prolog() _nvprof("x64-prolog",1); count_instr();
_nvprof            52 nanojit/NativeX64.h #define count_imt() _nvprof("x64-imt",1) count_instr()
_nvprof            47 nanojit/Nativei386.h #define count_instr() _nvprof("x86",1)
_nvprof            48 nanojit/Nativei386.h #define count_ret() _nvprof("x86-ret",1); count_instr();
_nvprof            49 nanojit/Nativei386.h #define count_push() _nvprof("x86-push",1); count_instr();
_nvprof            50 nanojit/Nativei386.h #define count_pop() _nvprof("x86-pop",1); count_instr();
_nvprof            51 nanojit/Nativei386.h #define count_st() _nvprof("x86-st",1); count_instr();
_nvprof            52 nanojit/Nativei386.h #define count_stq() _nvprof("x86-stq",1); count_instr();
_nvprof            53 nanojit/Nativei386.h #define count_ld() _nvprof("x86-ld",1); count_instr();
_nvprof            54 nanojit/Nativei386.h #define count_ldq() _nvprof("x86-ldq",1); count_instr();
_nvprof            55 nanojit/Nativei386.h #define count_call() _nvprof("x86-call",1); count_instr();
_nvprof            56 nanojit/Nativei386.h #define count_calli() _nvprof("x86-calli",1); count_instr();
_nvprof            57 nanojit/Nativei386.h #define count_prolog() _nvprof("x86-prolog",1); count_instr();
_nvprof            58 nanojit/Nativei386.h #define count_alu() _nvprof("x86-alu",1); count_instr();
_nvprof            59 nanojit/Nativei386.h #define count_mov() _nvprof("x86-mov",1); count_instr();
_nvprof            60 nanojit/Nativei386.h #define count_fpu() _nvprof("x86-fpu",1); count_instr();
_nvprof            61 nanojit/Nativei386.h #define count_jmp() _nvprof("x86-jmp",1); count_instr();
_nvprof            62 nanojit/Nativei386.h #define count_jcc() _nvprof("x86-jcc",1); count_instr();
_nvprof            63 nanojit/Nativei386.h #define count_fpuld() _nvprof("x86-ldq",1); _nvprof("x86-fpu",1); count_instr()
_nvprof            64 nanojit/Nativei386.h #define count_aluld() _nvprof("x86-ld",1); _nvprof("x86-alu",1); count_instr()
_nvprof            65 nanojit/Nativei386.h #define count_alust() _nvprof("x86-ld",1); _nvprof("x86-alu",1); _nvprof("x86-st",1); count_instr()
_nvprof            66 nanojit/Nativei386.h #define count_pushld() _nvprof("x86-ld",1); _nvprof("x86-push",1); count_instr()
_nvprof            67 nanojit/Nativei386.h #define count_imt() _nvprof("x86-imt",1) count_instr()