HomeSort by relevance Sort by last modified time
    Searched defs:method_name (Results 1 - 25 of 51) sorted by null

1 2 3

  /tools/dexter/slicer/export/slicer/
dex_ir_builder.h 34 const char* method_name; member in struct:ir::MethodId
37 MethodId(const char* class_descriptor, const char* method_name, const char* signature = nullptr)
38 : class_descriptor(class_descriptor), method_name(method_name), signature(signature) {
40 assert(method_name != nullptr);
  /art/runtime/mirror/
stack_trace_element.cc 45 Handle<String> method_name,
52 trace->Init<true>(declaring_class.Get(), method_name.Get(), file_name.Get(), line_number);
54 trace->Init<false>(declaring_class.Get(), method_name.Get(), file_name.Get(), line_number);
62 ObjPtr<String> method_name,
68 method_name); local
throwable.cc 137 auto* method_name = ste->GetMethodName(); local
141 method_name != nullptr ? method_name->ToModifiedUtf8().c_str() : "<unknown method>",
var_handle.cc 40 const char* method_name; member in struct:art::mirror::__anon168::VarHandleAccessorToAccessModeEntry
44 // method_name. The access_mode field is ignored.
47 return strcmp(lhs.method_name, rhs.method_name) < 0;
    [all...]
  /external/perfetto/src/ipc/
client_impl.h 58 const std::string& method_name,
73 std::string method_name; member in struct:perfetto::ipc::ClientImpl::QueuedRequest
  /system/core/libunwindstack/tests/
DexFilesTest.cpp 147 std::string method_name = "nothing"; local
151 dex_files_->GetMethodInformation(maps_.get(), info, 0, &method_name, &method_offset);
152 EXPECT_EQ("nothing", method_name);
157 std::string method_name = "nothing"; local
165 dex_files_->GetMethodInformation(maps_.get(), info, 0x300100, &method_name, &method_offset);
166 EXPECT_EQ("Main.<init>", method_name);
171 std::string method_name = "nothing"; local
180 dex_files_->GetMethodInformation(maps_.get(), info, 0x301102, &method_name, &method_offset);
181 EXPECT_EQ("Main.<init>", method_name);
186 std::string method_name = "nothing" local
201 std::string method_name = "nothing"; local
217 std::string method_name = "nothing"; local
237 std::string method_name = "nothing"; local
269 std::string method_name = "nothing"; local
296 std::string method_name = "nothing"; local
    [all...]
  /external/libbrillo/brillo/dbus/
dbus_object.cc 42 std::string method_name = pair.first; local
43 VLOG(1) << "Exporting method: " << interface_name_ << "." << method_name; local
44 std::string export_error = "Failed exporting " + method_name + " method";
46 interface_name_, method_name, export_error, true);
50 interface_name_, method_name, method_handler, export_handler);
76 std::string method_name = pair.first; local
77 VLOG(1) << "Exporting method: " << interface_name_ << "." << method_name; local
81 interface_name_, method_name, method_handler)) {
82 LOG(FATAL) << "Failed exporting " << method_name << " method";
113 std::string method_name = method_call->GetMember() local
136 << method_name; local
    [all...]
  /art/compiler/jit/
jit_logger.cc 55 std::string method_name = method->PrettyMethod(); local
63 << method_name
97 // | method_name'\0' | +--> one jitted method
156 // sizeof(PerfJitCodeLoad) + method_name.size() + compiled code size.
272 std::string method_name = method->PrettyMethod(); local
277 jit_code.size_ = sizeof(jit_code) + method_name.size() + 1 + code_size;
293 UNUSED(jit_dump_file_->WriteFully(method_name.c_str(), method_name.size() + 1));
  /art/libdexfile/dex/
dex_file-inl.h 229 const std::string& method_name,
260 << " for method " << method_name; local
  /art/runtime/interpreter/
interpreter_common.h 575 const char* method_name = dex_file->GetMethodName(method_id); local
582 (strcmp(method_name, "<init>") == 0)) {
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.h 158 char* method_name; member in struct:_iJIT_Method_NIDS
183 char* method_name; member in struct:_iJIT_Method_Load
  /external/protobuf/ruby/ext/google/protobuf_c/
message.c 128 VALUE method_name, method_str; local
139 method_name = argv[0];
140 if (!SYMBOL_P(method_name)) {
143 method_str = rb_id2str(SYM2ID(method_name));
  /external/v8/src/third_party/vtune/
jitprofiling.h 197 char* method_name; member in struct:_iJIT_Method_NIDS
222 char* method_name; member in struct:_iJIT_Method_Load
  /external/webrtc/webrtc/examples/peerconnection/server/
data_socket.cc 189 const char* method_name; member in struct:__anon44008
202 strncmp(begin, supported_methods[i].method_name,
  /art/compiler/dex/
inline_method_analyser.cc 515 const char* method_name = ref.dex_file->GetMethodName(method_id); local
518 return strncmp(method_name, "access$", strlen("access$")) == 0 ||
519 strncmp(method_name, "-", strlen("-")) == 0;
  /art/tools/breakpoint-logger/
breakpoint_logger.cc 30 std::string method_name; member in struct:breakpoint_logger::SingleBreakpointTarget
52 jmethodID m = env->GetMethodID(k, target.method_name.c_str(), target.method_sig.c_str());
55 m = env->GetStaticMethodID(k, target.method_name.c_str(), target.method_sig.c_str());
314 target->method_name = SubstrOf(option, 0, sig_start);
  /external/ppp/pppd/
ccp.c 219 static char *method_name __P((ccp_options *, ccp_options *));
1360 method_name(opt, opt2) function
    [all...]
  /external/skia/tools/bookmaker/
spellCheck.cpp 215 string method_name = def->methodName(); local
216 if (all_lower(method_name)) {
217 method_name += "()";
220 this->wordCheck(method_name);
  /external/skqp/tools/bookmaker/
spellCheck.cpp 220 string method_name = def->methodName(); local
221 if (all_lower(method_name)) {
222 method_name += "()";
226 this->wordCheck(method_name);
mdOut.cpp 909 string method_name = def->methodName(); local
    [all...]
  /art/compiler/optimizing/
graph_visualizer.cc 445 std::string method_name = (method == nullptr) variable
448 StartAttributeStream("method_name") << method_name;
852 void HGraphVisualizer::PrintHeader(const char* method_name) const {
856 printer.PrintProperty("name", method_name);
857 printer.PrintProperty("method", method_name);
    [all...]
optimizing_compiler.cc 203 static bool IsVerboseMethod(CompilerDriver* compiler_driver, const char* method_name) {
207 return compiler_driver->GetCompilerOptions().IsVerboseMethod(method_name);
213 if (kStringFilterEmpty || strstr(method_name, kStringFilter) != nullptr) {
1088 std::string method_name = dex_file.PrettyMethod(method_idx); local
    [all...]
  /art/openjdkjvmti/
ti_method.cc 321 const char* method_name = art_method->GetName(); local
322 if (method_name == nullptr) {
323 method_name = "<error>";
326 name_copy = CopyString(env, method_name, &ret);
    [all...]
  /external/autotest/server/cros/bluetooth/
bluetooth_adapter_tests.py 33 def method_name(): function
44 def _run_method(method, method_name, *args, **kwargs):
52 @param method_name: the name of the method
62 logging.error('%s: %s', method_name, e)
64 logging.error('%s: unexpected error', method_name)
78 def _retry_device_method(method_name, legal_falsy_values=[]):
105 @param method_name: the string of the method name.
111 result = _run_method(getattr(device, method_name), method_name)
116 method_name)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c 1527 char* method_name; local
    [all...]

Completed in 575 milliseconds

1 2 3