Lines Matching refs:pc

935   address i2c_entry = __ pc();
948 address c2i_unverified_entry = __ pc();
976 address c2i_entry = __ pc();
1329 address the_pc = __ pc();
1528 intptr_t start = (intptr_t)__ pc();
1529 int vep_offset = ((intptr_t)__ pc()) - start;
1534 int frame_complete = ((intptr_t)__ pc()) - start; // not complete, period
1742 intptr_t start = (intptr_t)__ pc();
1769 int vep_offset = ((intptr_t)__ pc()) - start;
1821 int frame_complete = ((intptr_t)__ pc()) - start;
1957 // be pushed on the stack when we do a a stack traversal). It is enough that the pc()
1958 // points into the right code segment. It does not have to be the correct return pc.
1959 // We use the same pc/oopMap repeatedly when we call out
1961 intptr_t the_pc = (intptr_t) __ pc();
2551 intptr_t start = (intptr_t)__ pc();
2578 int vep_offset = ((intptr_t)__ pc()) - start;
2600 assert(((int)__ pc() - start - vep_offset) >= 5,
2613 int frame_complete = ((intptr_t)__ pc()) - start;
2768 int patch_offset = ((intptr_t)__ pc()) - start;
2829 // rdx: throwing pc
2844 address start = __ pc();
2856 int reexecute_offset = __ pc() - start;
2859 // return address is the pc describes what bci to do re-execute at
2867 int exception_offset = __ pc() - start;
2872 // rdx which contain the exception oop and exception pc
2880 int exception_in_tls_offset = __ pc() - start;
2891 // It will be patched later with the throwing pc. The correct value is not
2905 // load throwing pc from JavaThread and patch it as the return address
2944 oop_maps->add_gc_map( __ pc()-start, map);
3018 __ pop(rsi); // trash the old pc
3046 __ subptr(rbx, 4*wordSize); // we'll push pc and ebp by hand and
3054 __ subptr(rbx, 2*wordSize); // we'll push pc and rbp, by hand
3105 oop_maps->add_gc_map( __ pc()-start, new OopMap( frame_size_in_words, 0 ));
3174 address start = __ pc();
3203 oop_maps->add_gc_map( __ pc()-start, map);
3238 __ pop(rsi); // trash the pc
3266 __ subptr(rbx, 4*wordSize); // we'll push pc and ebp by hand and
3274 __ subptr(rbx, 2*wordSize); // we'll push pc and rbp, by hand
3312 oop_maps->add_gc_map( __ pc()-start, new OopMap( framesize, 0 ) );
3355 address start = __ pc();
3393 oop_maps->add_gc_map( __ pc() - start, map);