V8 Project
|
#include <string.h>
#include <ext/hash_map>
#include <list>
#include "v8-vtune.h"
#include "vtune-jit.h"
Go to the source code of this file.
Classes | |
class | vTune::internal::JITCodeLineInfo |
struct | vTune::internal::JITCodeLineInfo::LineNumInfo |
struct | vTune::internal::SameCodeObjects |
struct | vTune::internal::HashForCodeObject |
Namespaces | |
vTune | |
vTune::internal | |
Macros | |
#define | OLD_DEPRECATED __DEPRECATED |
#define | __DEPRECATED OLD_DEPRECATED |
Typedefs | |
typedef hash_map< void *, void *, HashForCodeObject, SameCodeObjects > | vTune::internal::JitInfoMap |
Functions | |
static JitInfoMap * | vTune::internal::GetEntries () |
static bool | vTune::internal::IsLineInfoTagged (void *ptr) |
static JITCodeLineInfo * | vTune::internal::UntagLineInfo (void *ptr) |
static char * | vTune::internal::GetFunctionNameFromMixedName (const char *str, int length) |
void | vTune::InitializeVtuneForV8 (v8::Isolate::CreateParams ¶ms) |
#define __DEPRECATED OLD_DEPRECATED |
Definition at line 74 of file vtune-jit.cc.
#define OLD_DEPRECATED __DEPRECATED |
Definition at line 65 of file vtune-jit.cc.