Searched defs:SharedFunctionInfo (Results 1 - 3 of 3) 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...]

Completed in 360 milliseconds