HomeSort by relevance Sort by last modified time
    Searched refs:GetFunction (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/lldb/test/python_api/default-constructor/
sb_symbolcontext.py 11 obj.GetFunction()
sb_address.py 18 obj.GetFunction()
sb_frame.py 18 obj.GetFunction()
  /external/lldb/scripts/Python/interface/
SBSymbolContext.i 63 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.''')
SBAddress.i 131 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.''')
SBFrame.i 23 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/
safe_builtins.h 32 v8::Local<v8::Object> GetFunction() const;
utils_native_handler.cc 70 context()->safe_builtins()->GetFunction(),
  /external/chromium_org/v8/test/cctest/
test-unscopables-hidden-prototype.cc 32 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/
testutil.py 81 function = tracker.GetFunction()
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8DOMWrapper.cpp 59 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/
TestConditionalBreak.py 85 name0 = frame0.GetFunction().GetName()
87 name1 = frame1.GetFunction().GetName()
  /external/chromium_org/v8/test/cctest/compiler/
test-run-deopt.cc 26 context->Global()->Set(v8_str("IsOptimized"), t->GetFunction());
  /external/lldb/include/lldb/API/
SBSymbolContext.h 40 lldb::SBFunction GetFunction ();
SBAddress.h 92 GetFunction ();
SBFrame.h 64 GetFunction () const;
  /external/lldb/test/api/multithreaded/
test_listener_event_process_state.cpp 48 const char* function_name = thread.GetFrameAtIndex(j).GetFunction().GetName();
  /external/lldb/test/functionalities/fat_archives/
TestFatArchives.py 53 function = bp_loc_addr.GetFunction()
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceCheckSecurity.cpp 208 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/
web_ui_extension.cc 81 isolate, base::Bind(&WebUIExtension::Send))->GetFunction());
85 ->GetFunction());
  /external/lldb/examples/python/
disasm.py 74 function = frame.GetFunction()
  /external/lldb/test/lang/cpp/class_types/
TestClassTypesDisassembly.py 105 function = frame.GetFunction()
  /external/lldb/test/lang/cpp/stl/
TestStdCXXDisassembly.py 54 function = frame.GetFunction()
  /external/lldb/test/python_api/symbol-context/
TestSymbolContext.py 76 function = context.GetFunction()
  /external/lldb/include/lldb/Expression/
IRExecutionUnit.h 85 llvm::Function *GetFunction()
88 return m_module->getFunction (m_name.AsCString());

Completed in 435 milliseconds

1 2 3 4