v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include "allocation.h"
#include "objects.h"
#include "platform.h"
#include "platform/elapsed-timer.h"
Go to the source code of this file.
Data Structures | |
class | Logger |
class | Logger::TimerEventScope |
class | CodeEventListener |
class | CodeEventLogger |
Namespaces | |
v8 | |
v8::internal | |
Macros | |
#define | LOG(isolate, Call) |
#define | LOG_CODE_EVENT(isolate, Call) |
#define | LOG_EVENTS_AND_TAGS_LIST(V) |
#define | DECLARE_ENUM(enum_item, ignore) enum_item, |
#define LOG | ( | isolate, | |
Call | |||
) |
Definition at line 86 of file log.h.
Referenced by OS::Allocate(), MemoryAllocator::AllocateChunk(), RegExpImpl::Compile(), Profiler::Disengage(), Logger::EnterExternal(), MemoryAllocator::Free(), JSObject::GetElementWithInterceptor(), v8::internal::GetKeysForIndexedInterceptor(), v8::internal::GetKeysForNamedInterceptor(), JSObject::GetPropertyAttributeWithInterceptor(), JSObject::GetPropertyWithCallback(), JSObject::GetPropertyWithInterceptor(), Isolate::Init(), Logger::LeaveExternal(), LoadIC::Load(), StringStream::Log(), Logger::LogInternalEvents(), OS::LogSharedLibraryAddresses(), Isolate::MayIndexedAccess(), Isolate::MayNamedAccess(), Profiler::Run(), v8::internal::RUNTIME_FUNCTION(), Serializer::ObjectSerializer::Serialize(), JSObject::SetPropertyWithCallback(), JSObject::SetPropertyWithInterceptor(), Heap::SetUp(), CodeRange::SetUp(), NewSpace::SetUp(), NewSpace::TearDown(), and LargeObjectSpace::TearDown().
#define LOG_CODE_EVENT | ( | isolate, | |
Call | |||
) |
Definition at line 94 of file log.h.
Referenced by LChunk::Codegen(), Deserializer::Deserialize(), and FullCodeGenerator::MakeCode().