Searched defs:functionAddress (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/cygprofile/
H A Dpatch_orderfile.py83 functionAddress = int (line.split()[0].strip(), 16) variable
85 functionAddressMap[functionName].append(functionAddress)
87 functionAddressMap[functionName] = [functionAddress]
/external/lldb/source/Expression/
H A DClangFunction.cpp55 const Address& functionAddress,
59 m_function_addr (functionAddress),
51 ClangFunction( ExecutionContextScope &exe_scope, const ClangASTType &return_type, const Address& functionAddress, const ValueList &arg_value_list ) argument
/external/libcxxabi/src/Unwind/
H A DUnwindCursor.hpp659 typename A::pint_t operator*() const { return functionAddress(); }
661 typename A::pint_t functionAddress() const { function in struct:libunwind::EHABISectionIterator
693 pint_t thisPC = itThisPC.functionAddress();
694 pint_t nextPC = itNextPC.functionAddress();

Completed in 138 milliseconds