LOG 63 src/api.cc #define LOG_API(isolate, expr) LOG(isolate, ApiEntryCall(expr)) LOG 3491 src/arm/code-stubs-arm.cc case TranscendentalCache::LOG: LOG 3509 src/arm/code-stubs-arm.cc case TranscendentalCache::LOG: return Runtime::kMath_log; LOG 45 src/arm/codegen-arm.cc case TranscendentalCache::LOG: return &log; LOG 3408 src/arm/full-codegen-arm.cc TranscendentalCacheStub stub(TranscendentalCache::LOG, LOG 3550 src/arm/lithium-codegen-arm.cc TranscendentalCacheStub stub(TranscendentalCache::LOG, LOG 1169 src/arm/stub-cache-arm.cc LOG(masm()->isolate(), IntEvent("check-maps-depth", depth + 1)); LOG 1126 src/builtins.cc LOG(isolate, ApiObjectAccess("call", JSObject::cast(*args.receiver()))); LOG 1205 src/builtins.cc LOG(isolate, ApiObjectAccess("call non-function", obj)); LOG 191 src/cpu-profiler.h LOG(isolate, Call); \ LOG 557 src/handles.cc LOG(isolate, ApiObjectAccess("interceptor-named-enum", *object)); LOG 579 src/handles.cc LOG(isolate, ApiObjectAccess("interceptor-indexed-enum", *object)); LOG 678 src/heap-inl.h case LOG: LOG 957 src/heap.cc LOG(isolate_, ResourceEvent("markcompact", "begin")); LOG 968 src/heap.cc LOG(isolate_, ResourceEvent("markcompact", "end")); LOG 1209 src/heap.cc LOG(isolate_, ResourceEvent("scavenge", "begin")); LOG 1314 src/heap.cc LOG(isolate_, ResourceEvent("scavenge", "end")); LOG 6158 src/heap.cc LOG(isolate_, IntPtrTEvent("heap-capacity", Capacity())); LOG 6159 src/heap.cc LOG(isolate_, IntPtrTEvent("heap-available", Available())); LOG 8952 src/hydrogen.cc result->set_transcendental_type(TranscendentalCache::LOG); LOG 2656 src/ia32/code-stubs-ia32.cc case TranscendentalCache::LOG: return Runtime::kMath_log; LOG 2754 src/ia32/code-stubs-ia32.cc ASSERT(type == TranscendentalCache::LOG); LOG 72 src/ia32/codegen-ia32.cc case TranscendentalCache::LOG: return &log; LOG 3341 src/ia32/full-codegen-ia32.cc TranscendentalCacheStub stub(TranscendentalCache::LOG, LOG 1011 src/ia32/stub-cache-ia32.cc LOG(isolate(), IntEvent("check-maps-depth", depth + 1)); LOG 907 src/ic.cc LOG(isolate(), SuspectReadEvent(*name, *object)); LOG 837 src/isolate.cc LOG(this, ApiNamedSecurityCheck(key)); LOG 879 src/isolate.cc LOG(this, ApiIndexedSecurityCheck(index)); LOG 1896 src/isolate.cc LOG(this, LogCodeObjects()); LOG 1897 src/isolate.cc LOG(this, LogCompiledFunctions()); LOG 178 src/jsregexp.cc LOG(isolate, RegExpCompileEvent(re, in_cache)); LOG 319 src/log.cc LOG(ISOLATE, UncheckedStringEvent("profiler", "end")); LOG 327 src/log.cc LOG(isolate_, TickEvent(&sample, overflow)); LOG 1287 src/log.cc LOG(ISOLATE, UncheckedStringEvent("profiler", "pause")); LOG 1302 src/log.cc LOG(ISOLATE, UncheckedStringEvent("profiler", "resume")); LOG 3627 src/mips/code-stubs-mips.cc case TranscendentalCache::LOG: LOG 3646 src/mips/code-stubs-mips.cc case TranscendentalCache::LOG: return Runtime::kMath_log; LOG 45 src/mips/codegen-mips.cc case TranscendentalCache::LOG: return &log; LOG 3439 src/mips/full-codegen-mips.cc TranscendentalCacheStub stub(TranscendentalCache::LOG, LOG 3317 src/mips/lithium-codegen-mips.cc TranscendentalCacheStub stub(TranscendentalCache::LOG, LOG 934 src/mips/regexp-macro-assembler-mips.cc LOG(Isolate::Current(), RegExpCodeCreateEvent(*code, *source)); LOG 1173 src/mips/stub-cache-mips.cc LOG(masm()->isolate(), IntEvent("check-maps-depth", depth + 1)); LOG 196 src/objects.cc LOG(isolate, ApiNamedPropertyAccess("load", self, name)); LOG 1823 src/objects.cc LOG(isolate, ApiNamedPropertyAccess("interceptor-named-set", this, name)); LOG 1922 src/objects.cc LOG(isolate, ApiNamedPropertyAccess("store", this, name)); LOG 2970 src/objects.cc LOG(isolate, LOG 2985 src/objects.cc LOG(isolate, LOG 3636 src/objects.cc LOG(isolate, LOG 3671 src/objects.cc LOG(isolate, LOG 8804 src/objects.cc LOG(isolate, LOG 8819 src/objects.cc LOG(isolate, LOG 9007 src/objects.cc LOG(isolate, LOG 9049 src/objects.cc LOG(isolate, ApiNamedPropertyAccess("load", *self, *key)); LOG 9107 src/objects.cc LOG(isolate, ApiNamedPropertyAccess("store", *self, *key)); LOG 9866 src/objects.cc LOG(isolate, LOG 10166 src/objects.cc LOG(isolate, LOG 145 src/platform-cygwin.cc LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); LOG 284 src/platform-cygwin.cc LOG(isolate, SharedLibraryEvent(lib_name, start, end)); LOG 161 src/platform-freebsd.cc LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); LOG 288 src/platform-freebsd.cc LOG(i::Isolate::Current(), SharedLibraryEvent(start_of_path, start, end)); LOG 339 src/platform-linux.cc LOG(i::Isolate::Current(), LOG 490 src/platform-linux.cc LOG(isolate, SharedLibraryEvent(lib_name, start, end)); LOG 152 src/platform-macos.cc LOG(Isolate::Current(), StringEvent("OS::Allocate", "mmap failed")); LOG 262 src/platform-macos.cc LOG(Isolate::Current(), LOG 183 src/platform-openbsd.cc LOG(i::Isolate::Current(), LOG 311 src/platform-openbsd.cc LOG(isolate, SharedLibraryEvent(lib_name, start, end)); LOG 144 src/platform-posix.cc UNARY_MATH_FUNCTION(log, CreateTranscendentalFunction(TranscendentalCache::LOG)) LOG 175 src/platform-solaris.cc LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); LOG 201 src/platform-win32.cc UNARY_MATH_FUNCTION(log, CreateTranscendentalFunction(TranscendentalCache::LOG)) LOG 921 src/platform-win32.cc LOG(ISOLATE, StringEvent("OS::Allocate", "VirtualAlloc failed")); LOG 1258 src/platform-win32.cc LOG(i::Isolate::Current(), LOG 7628 src/runtime.cc return isolate->transcendental_cache()->Get(TranscendentalCache::LOG, x); LOG 741 src/serialize.cc LOG(isolate_, SnapshotPositionEvent(address, source_->position())); LOG 1418 src/serialize.cc LOG(i::Isolate::Current(), LOG 148 src/spaces.cc LOG(isolate_, NewEvent("CodeRange", code_range_->address(), requested)); LOG 505 src/spaces.cc LOG(isolate_, LOG 557 src/spaces.cc LOG(isolate_, NewEvent("MemoryChunk", base, chunk_size)); LOG 596 src/spaces.cc LOG(isolate_, DeleteEvent("MemoryChunk", chunk)); LOG 1059 src/spaces.cc LOG(heap()->isolate(), NewEvent("InitialChunk", chunk_base_, chunk_size_)); LOG 1117 src/spaces.cc LOG(heap()->isolate(), DeleteEvent("InitialChunk", chunk_base_)); LOG 1750 src/spaces.cc LOG(isolate, HeapSampleBeginEvent("NewSpace", description)); LOG 1760 src/spaces.cc LOG(isolate, LOG 1767 src/spaces.cc LOG(isolate, LOG 1772 src/spaces.cc LOG(isolate, HeapSampleEndEvent("NewSpace", description)); LOG 2602 src/spaces.cc LOG(heap()->isolate(), DeleteEvent("LargeObjectChunk", page->address())); LOG 264 src/string-stream.cc LOG(ISOLATE, StringEvent("StackDump", buffer_)); LOG 1020 src/stub-cache.cc LOG(isolate, ApiNamedPropertyAccess("store", recv, *name)); LOG 64 src/vm-state-inl.h LOG(isolate, UncheckedStringEvent("Entering", StateToString(tag))); LOG 65 src/vm-state-inl.h LOG(isolate, UncheckedStringEvent("From", StateToString(previous_tag_))); LOG 74 src/vm-state-inl.h LOG(isolate_, LOG 77 src/vm-state-inl.h LOG(isolate_, LOG 1771 src/x64/code-stubs-x64.cc case TranscendentalCache::LOG: return Runtime::kMath_log; LOG 1874 src/x64/code-stubs-x64.cc ASSERT(type == TranscendentalCache::LOG); LOG 70 src/x64/codegen-x64.cc case TranscendentalCache::LOG: return &log; LOG 3306 src/x64/full-codegen-x64.cc TranscendentalCacheStub stub(TranscendentalCache::LOG, LOG 3306 src/x64/lithium-codegen-x64.cc TranscendentalCacheStub stub(TranscendentalCache::LOG, LOG 988 src/x64/stub-cache-x64.cc LOG(isolate(), IntEvent("check-maps-depth", depth + 1));