Searched defs:start_offset (Results 1 - 13 of 13) sorted by relevance

/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_MacroAssembler_x86.cpp297 int start_offset = offset(); local
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-layout-jstf-table.hh152 inline unsigned int get_lang_sys_tags (unsigned int start_offset, argument
203 inline unsigned int get_script_tags (unsigned int start_offset, argument
H A Dhb-ot-layout-gdef-table.hh49 get_attach_points(hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *point_count , unsigned int *point_array ) const argument
213 get_lig_carets(hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id, const VariationStore &var_store, unsigned int start_offset, unsigned int *caret_count , hb_position_t *caret_array ) const argument
248 get_lig_carets(hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id, const VariationStore &var_store, unsigned int start_offset, unsigned int *caret_count , hb_position_t *caret_array ) const argument
362 get_attach_points(hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *point_count , unsigned int *point_array ) const argument
369 get_lig_carets(hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *caret_count , hb_position_t *caret_array ) const argument
[all...]
H A Dhb-ot-font.cc182 unsigned int start_offset, end_offset; local
H A Dhb-open-type-private.hh846 const Type *sub_array (unsigned int start_offset, unsigned int *pcount /* IN/OUT */) const argument
H A Dhb-ot-layout.cc244 hb_ot_layout_get_attach_points(hb_face_t *face, hb_codepoint_t glyph, unsigned int start_offset, unsigned int *point_count , unsigned int *point_array ) argument
254 hb_ot_layout_get_ligature_carets(hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph, unsigned int start_offset, unsigned int *caret_count , int *caret_array ) argument
282 hb_ot_layout_table_get_script_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int start_offset, unsigned int *script_count , hb_tag_t *script_tags ) argument
374 hb_ot_layout_table_get_feature_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int start_offset, unsigned int *feature_count , hb_tag_t *feature_tags ) argument
409 hb_ot_layout_script_get_language_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int start_offset, unsigned int *language_count , hb_tag_t *language_tags ) argument
481 hb_ot_layout_language_get_feature_indexes(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , unsigned int *feature_indexes ) argument
496 hb_ot_layout_language_get_feature_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , hb_tag_t *feature_tags ) argument
552 hb_ot_layout_feature_get_lookups(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, unsigned int start_offset, unsigned int *lookup_count , unsigned int *lookup_indexes ) argument
831 hb_ot_layout_feature_with_variations_get_lookups(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, unsigned int variations_index, unsigned int start_offset, unsigned int *lookup_count , unsigned int *lookup_indexes ) argument
[all...]
H A Dhb-ot-layout-common-private.hh105 inline unsigned int get_tags (unsigned int start_offset, argument
177 inline unsigned int get_indexes (unsigned int start_offset, argument
203 inline unsigned int get_feature_indexes (unsigned int start_offset, argument
241 inline unsigned int get_lang_sys_tags (unsigned int start_offset, argument
H A Dhb-ot-layout-gsubgpos-private.hh2251 inline unsigned int get_script_tags (unsigned int start_offset, argument
2264 inline unsigned int get_feature_tags (unsigned int start_offset, argument
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DthreadLocalAllocBuffer.hpp168 static ByteSize start_offset() { return byte_offset_of(ThreadLocalAllocBuffer, _start); } function in class:ThreadLocalAllocBuffer
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.cpp295 int start_offset = __ offset(); local
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRAssembler_ppc.cpp627 int start_offset = __ offset(); local
/openjdk10/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp1770 void InstanceKlass::ensure_space_for_methodids(int start_offset) { argument
/openjdk10/hotspot/src/share/vm/opto/
H A Dmemnode.cpp2828 clear_memory(Node* ctl, Node* mem, Node* dest, intptr_t start_offset, Node* end_offset, PhaseGVN* phase) argument
2849 clear_memory(Node* ctl, Node* mem, Node* dest, Node* start_offset, Node* end_offset, PhaseGVN* phase) argument
2876 clear_memory(Node* ctl, Node* mem, Node* dest, intptr_t start_offset, intptr_t end_offset, PhaseGVN* phase) argument
[all...]

Completed in 195 milliseconds