Searched refs:bb_mark_fct (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp385 void GenerateOopMap::bb_mark_fct(GenerateOopMap *c, int bci, int *data) { function in class:GenerateOopMap
406 bb_mark_fct(this, excps.handler_pc(i), NULL);
417 bb_mark_fct(this, bci, NULL);
419 fellThrough = jump_targets_do(&bcs, &GenerateOopMap::bb_mark_fct, NULL);
425 bb_mark_fct(this, bci + Bytecodes::length_for(bytecode), NULL);
429 bb_mark_fct(this, bci + Bytecodes::length_for(bytecode), NULL);
H A DgenerateOopMap.hpp376 static void bb_mark_fct (GenerateOopMap *c, int deltaBci, int *data);

Completed in 39 milliseconds