Searched defs:context_type (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp636 klassOop Dependencies::DepStream::context_type() { function in class:Dependencies::DepStream
851 klassOop find_witness_anywhere(klassOop context_type,
856 klassOop context_type,
859 klassOop find_witness_subtype(klassOop context_type, KlassDepChange* changes = NULL) { argument
867 return find_witness_in(*changes, context_type, participants_hide_witnesses);
869 return find_witness_anywhere(context_type, participants_hide_witnesses);
872 klassOop find_witness_definer(klassOop context_type, KlassDepChange* changes = NULL) { argument
879 return find_witness_in(*changes, context_type, !participants_hide_witnesses);
881 return find_witness_anywhere(context_type, !participants_hide_witnesses);
934 klassOop context_type,
933 find_witness_in(KlassDepChange& changes, klassOop context_type, bool participants_hide_witnesses) argument
984 find_witness_anywhere(klassOop context_type, bool participants_hide_witnesses, bool top_level_call) argument
[all...]
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c103 static struct context_type *GlobalContext;
220 struct context_type { struct
332 typedef struct context_type context_type; typedef in typeref:struct:context_type
339 static void read_all_code(context_type *context, jclass cb, int num_methods,
341 static void verify_method(context_type *context, jclass cb, int index,
343 static void free_all_code(context_type* context, int num_methods,
345 static void verify_field(context_type *context, jclass cb, int index);
347 static void verify_opcode_operands (context_type *, unsigned int inumber, int offset);
348 static void set_protected(context_type *, unsigne
[all...]

Completed in 173 milliseconds