Searched defs:SharedFunctionInfo (Results 1 - 6 of 6) sorted by relevance

/external/v8/tools/
H A Dgrokdump.py825 if self.shared.Is(SharedFunctionInfo):
840 class SharedFunctionInfo(HeapObject): class in inherits:HeapObject
944 "SHARED_FUNCTION_INFO_TYPE": SharedFunctionInfo,
/external/v8/src/
H A Dfactory.cc516 Handle<SharedFunctionInfo> function_info,
530 Handle<SharedFunctionInfo> function_info,
1040 Handle<SharedFunctionInfo> Factory::NewSharedFunctionInfo(
1045 Handle<SharedFunctionInfo> shared = NewSharedFunctionInfo(name);
1079 Handle<SharedFunctionInfo> Factory::NewSharedFunctionInfo(Handle<String> name) {
1082 SharedFunctionInfo); local
1120 Handle<SharedFunctionInfo> function_share = NewSharedFunctionInfo(name);
1141 Handle<SharedFunctionInfo> function_share = NewSharedFunctionInfo(name);
1176 Handle<DebugInfo> Factory::NewDebugInfo(Handle<SharedFunctionInfo> shared) {
H A Dobjects.h108 // - SharedFunctionInfo
819 V(SharedFunctionInfo) \
4669 // Tells whether the map is attached to SharedFunctionInfo
5136 // SharedFunctionInfo describes the JSFunction information that can be
5138 class SharedFunctionInfo: public HeapObject { class in namespace:v8::internal
5182 // - Detect the first constructor call for this SharedFunctionInfo.
5206 // SharedFunctionInfo). If it is, continue tracking as usual.
5217 // - A different constructor function sharing the same SharedFunctionInfo is
5494 static bool EnsureCompiled(Handle<SharedFunctionInfo> shared,
5496 static bool CompileLazy(Handle<SharedFunctionInfo> share
[all...]
/external/chromium_org/v8/src/
H A Dfactory.cc610 Handle<SharedFunctionInfo> function_info,
624 Handle<SharedFunctionInfo> function_info) {
633 Handle<SharedFunctionInfo> function_info,
1200 Handle<SharedFunctionInfo> Factory::NewSharedFunctionInfo(
1206 Handle<SharedFunctionInfo> shared = NewSharedFunctionInfo(name);
1245 Handle<SharedFunctionInfo> Factory::NewSharedFunctionInfo(Handle<String> name) {
1248 SharedFunctionInfo); local
1286 Handle<SharedFunctionInfo> function_share = NewSharedFunctionInfo(name);
1307 Handle<SharedFunctionInfo> function_share = NewSharedFunctionInfo(name);
1342 Handle<DebugInfo> Factory::NewDebugInfo(Handle<SharedFunctionInfo> share
[all...]
H A Dobjects.h133 // - SharedFunctionInfo
1013 V(SharedFunctionInfo) \
5630 // Tells whether the map is attached to SharedFunctionInfo
6247 // SharedFunctionInfo describes the JSFunction information that can be
6249 class SharedFunctionInfo: public HeapObject { class in namespace:v8::internal
6284 static void AddToOptimizedCodeMap(Handle<SharedFunctionInfo> shared,
6332 // - Detect the first constructor call for this SharedFunctionInfo.
6356 // SharedFunctionInfo). If it is, continue tracking as usual.
6367 // - A different constructor function sharing the same SharedFunctionInfo is
6403 // Invoked before pointers in SharedFunctionInfo ar
[all...]
/external/chromium_org/v8/tools/
H A Dgrokdump.py1325 if self.shared.Is(SharedFunctionInfo):
1340 class SharedFunctionInfo(HeapObject): class in inherits:HeapObject
1464 "SHARED_FUNCTION_INFO_TYPE": SharedFunctionInfo,

Completed in 495 milliseconds