OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNumberOfMethods
(Results
1 - 11
of
11
) sorted by null
/art/profman/
profile_assistant.cc
42
uint32_t number_of_methods = info.
GetNumberOfMethods
();
54
if (((info.
GetNumberOfMethods
() - number_of_methods) < kMinNewMethodsForCompilation) &&
/art/runtime/jit/
offline_profiling_info.h
61
uint32_t
GetNumberOfMethods
() const;
profile_saver.cc
299
cached_info->
GetNumberOfMethods
() -
318
last_save_number_of_methods_ = cached_info->
GetNumberOfMethods
();
339
cached_info->
GetNumberOfMethods
() +
profile_compilation_info_test.cc
112
ASSERT_EQ(info1.
GetNumberOfMethods
(), main_methods.size());
128
ASSERT_EQ(info2.
GetNumberOfMethods
(), main_methods.size() + second_methods.size());
offline_profiling_info.cc
573
uint32_t ProfileCompilationInfo::
GetNumberOfMethods
() const {
/external/lzma/CPP/7zip/
ICoder.h
132
STDMETHOD(
GetNumberOfMethods
)(UInt32 *numMethods) PURE;
/external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h
222
STDMETHOD(
GetNumberOfMethods
)(UInt32 *numMethods);
LoadCodecs.cpp
210
Func_GetNumberOfMethods getNumberOfMethodsFunc = (Func_GetNumberOfMethods)lib.Lib.GetProc("
GetNumberOfMethods
");
697
STDMETHODIMP CCodecs::
GetNumberOfMethods
(UInt32 *numMethods)
/external/lzma/CPP/7zip/Compress/
CodecExports.cpp
181
STDAPI
GetNumberOfMethods
(UINT32 *numCodecs)
/external/lzma/CPP/7zip/Common/
CreateCoder.cpp
63
RINOK(GetCodecs->
GetNumberOfMethods
(&num));
/external/lzma/CPP/7zip/UI/Console/
Main.cpp
611
if (codecs->
GetNumberOfMethods
(&numMethods) == S_OK)
Completed in 99 milliseconds