OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThrowNewWrappedException
(Results
1 - 5
of
5
) sorted by null
/art/runtime/
common_throws.cc
83
self->
ThrowNewWrappedException
(computed_throw_location, exception_descriptor, msg.str().c_str());
85
self->
ThrowNewWrappedException
(*throw_location, exception_descriptor, msg.str().c_str());
thread.h
379
void
ThrowNewWrappedException
(const ThrowLocation& throw_location,
[
all
...]
thread.cc
[
all
...]
class_linker.cc
127
self->
ThrowNewWrappedException
(throw_location, "Ljava/lang/ExceptionInInitializerError;",
[
all
...]
/art/runtime/entrypoints/
entrypoint_utils.cc
338
soa.Self()->
ThrowNewWrappedException
(throw_location,
Completed in 32 milliseconds