Searched refs:GetFunction (Results 1 - 25 of 83) sorted by relevance

1234

/external/lldb/test/python_api/default-constructor/
H A Dsb_symbolcontext.py11 obj.GetFunction()
H A Dsb_address.py18 obj.GetFunction()
H A Dsb_frame.py18 obj.GetFunction()
/external/lldb/scripts/Python/interface/
H A DSBSymbolContext.i63 lldb::SBFunction GetFunction ();
93 __swig_getmethods__["function"] = GetFunction
95 if _newclass: function = property(GetFunction, SetFunction, doc='''A read/write property that allows the getting/setting of the function (lldb.SBFunction) in this symbol context.''')
H A DSBAddress.i131 GetFunction ();
175 __swig_getmethods__["function"] = GetFunction
176 if _newclass: function = property(GetFunction, None, doc='''A read only property that returns an lldb object that represents the function (lldb.SBFunction) that this address resides within.''')
H A DSBFrame.i23 function = frame.GetFunction()
91 GetFunction () const;
298 __swig_getmethods__["function"] = GetFunction
299 if _newclass: function = property(GetFunction, None, doc='''A read only property that returns an lldb object that represents the function (lldb.SBFunction) for this stack frame.''')
/external/chromium_org/extensions/renderer/
H A Dsafe_builtins.h32 v8::Local<v8::Object> GetFunction() const;
H A Dutils_native_handler.cc70 context()->safe_builtins()->GetFunction(),
/external/chromium_org/v8/test/cctest/
H A Dtest-unscopables-hidden-prototype.cc32 v8::Local<v8::Object> object = t0->GetFunction()->NewInstance();
33 v8::Local<v8::Object> hidden_prototype = t1->GetFunction()->NewInstance();
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dtestutil.py81 function = tracker.GetFunction()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8DOMWrapper.cpp59 v8::Local<v8::Function> shadowConstructor = shadowTemplate->GetFunction();
76 v8::Local<v8::Object> wrapper = perContextData ? perContextData->createWrapperFromCache(type) : V8ObjectConstructor::newInstance(isolate, type->domTemplate(isolate)->GetFunction());
/external/lldb/test/functionalities/conditional_break/
H A DTestConditionalBreak.py85 name0 = frame0.GetFunction().GetName()
87 name1 = frame1.GetFunction().GetName()
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-run-deopt.cc26 context->Global()->Set(v8_str("IsOptimized"), t->GetFunction());
/external/lldb/include/lldb/API/
H A DSBSymbolContext.h40 lldb::SBFunction GetFunction ();
H A DSBAddress.h92 GetFunction ();
H A DSBFrame.h64 GetFunction () const;
/external/lldb/test/api/multithreaded/
H A Dtest_listener_event_process_state.cpp48 const char* function_name = thread.GetFrameAtIndex(j).GetFunction().GetName();
/external/lldb/test/functionalities/fat_archives/
H A DTestFatArchives.py53 function = bp_loc_addr.GetFunction()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestInterfaceCheckSecurity.cpp208 v8SetReturnValue(info, privateTemplate->GetFunction());
215 v8SetReturnValue(info, sharedTemplate->GetFunction());
225 v8SetReturnValue(info, privateTemplate->GetFunction());
258 v8SetReturnValue(info, privateTemplate->GetFunction());
265 v8SetReturnValue(info, sharedTemplate->GetFunction());
275 v8SetReturnValue(info, privateTemplate->GetFunction());
308 v8SetReturnValue(info, privateTemplate->GetFunction());
315 v8SetReturnValue(info, sharedTemplate->GetFunction());
325 v8SetReturnValue(info, privateTemplate->GetFunction());
358 v8SetReturnValue(info, privateTemplate->GetFunction());
[all...]
/external/chromium_org/content/renderer/
H A Dweb_ui_extension.cc81 isolate, base::Bind(&WebUIExtension::Send))->GetFunction());
85 ->GetFunction());
/external/lldb/examples/python/
H A Ddisasm.py74 function = frame.GetFunction()
/external/lldb/test/lang/cpp/class_types/
H A DTestClassTypesDisassembly.py105 function = frame.GetFunction()
/external/lldb/test/lang/cpp/stl/
H A DTestStdCXXDisassembly.py54 function = frame.GetFunction()
/external/lldb/test/python_api/symbol-context/
H A DTestSymbolContext.py76 function = context.GetFunction()
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dstatetracker.py799 def GetFunction(self): member in class:StateTracker
931 function = self.GetFunction()
936 function = self.GetFunction()
969 function = self.GetFunction()

Completed in 403 milliseconds

1234