OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refTypeId
(Results
1 - 3
of
3
) sorted by null
/art/runtime/jdwp/
jdwp_event.h
49
RefTypeId
refTypeId
;
67
RefTypeId
refTypeId
;
71
RefTypeId
refTypeId
;
jdwp_handler.cc
48
std::string DescribeRefTypeId(const
RefTypeId
& ref_type_id) {
96
RefTypeId
class_id, MethodId method_id, bool is_constructor)
197
std::vector<
RefTypeId
> ids;
267
expandBufAdd4BE(pReply, sizeof(
RefTypeId
));
400
std::vector<JDWP::
RefTypeId
> classes;
445
std::vector<
RefTypeId
> class_ids;
465
RefTypeId
refTypeId
= request.ReadRefTypeId();
466
return Dbg::GetModifiers(
refTypeId
, pReply);
474
RefTypeId
refTypeId = request.ReadRefTypeId()
[
all
...]
jdwp_event.cc
474
if (!Dbg::MatchType(basket.locationClass, pMod->classOnly.
refTypeId
)) {
494
if (pMod->exceptionOnly.
refTypeId
!= 0 &&
495
!Dbg::MatchType(basket.exceptionClass, pMod->exceptionOnly.
refTypeId
)) {
504
if (!Dbg::MatchField(pMod->fieldOnly.
refTypeId
, pMod->fieldOnly.fieldId, basket.field)) {
965
RefTypeId
field_type_id = registry->AddRefType(field->GetDeclaringClass());
[
all
...]
Completed in 3190 milliseconds