Searched refs:table_start (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-iterator.cc | 249 uint32_t table_start, table_size; in GetJumpTableTargetOffsets() local 252 table_start = GetIndexOperand(1); in GetJumpTableTargetOffsets() 257 table_start = GetIndexOperand(0); in GetJumpTableTargetOffsets() 261 return JumpTableTargetOffsets(this, table_start, table_size, case_value_base); in GetJumpTableTargetOffsets() 286 const BytecodeArrayIterator* iterator, int table_start, int table_size, in JumpTableTargetOffsets() 289 table_start_(table_start), in JumpTableTargetOffsets() 285 JumpTableTargetOffsets( const BytecodeArrayIterator* iterator, int table_start, int table_size, int case_value_base) JumpTableTargetOffsets() argument
|
H A D | bytecode-array-iterator.h | 55 JumpTableTargetOffsets(const BytecodeArrayIterator* iterator, int table_start,
|
H A D | interpreter-generator.cc | 2216 // SwitchOnSmiNoFeedback <table_start> <table_length> <case_value_base> 2219 // where the table starts at |table_start| and has |table_length| entries. 2226 TNode<UintPtrT> table_start = BytecodeOperandIdx(0); in IGNITION_HANDLER() local 2245 TNode<WordT> entry = IntPtrAdd(table_start, case_value); in IGNITION_HANDLER() 3032 // SwitchOnGeneratorState <generator> <table_start> <table_length> 3038 // constant pool, starting at |table_start|, and of length |table_length|. 3057 TNode<UintPtrT> table_start = BytecodeOperandIdx(1); in IGNITION_HANDLER() local 3071 TNode<WordT> entry = IntPtrAdd(table_start, case_value); in IGNITION_HANDLER()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_draw.cpp | 66 struct d3d12_descriptor_handle table_start; in fill_cbv_descriptors() local 67 d2d12_descriptor_heap_get_next_handle(batch->view_heap, &table_start); in fill_cbv_descriptors() 88 return table_start.gpu_handle; in fill_cbv_descriptors() 99 struct d3d12_descriptor_handle table_start; in fill_srv_descriptors() local 101 d2d12_descriptor_heap_get_next_handle(batch->view_heap, &table_start); in fill_srv_descriptors() 148 return table_start.gpu_handle; in fill_srv_descriptors() 157 struct d3d12_descriptor_handle table_start; in fill_ssbo_descriptors() local 159 d2d12_descriptor_heap_get_next_handle(batch->view_heap, &table_start); in fill_ssbo_descriptors() 187 return table_start.gpu_handle; in fill_ssbo_descriptors() 198 struct d3d12_descriptor_handle table_start; in fill_sampler_descriptors() local 253 struct d3d12_descriptor_handle table_start; fill_image_descriptors() local [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | handler-table.cc | 152 int table_start = masm->pc_offset(); in EmitReturnTableStart() local 153 return table_start; in EmitReturnTableStart()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttsbit.c | 54 FT_ULong table_start; in FT_LOCAL_DEF() local 90 table_start = FT_STREAM_POS(); in FT_LOCAL_DEF() 223 face->ebdt_start = table_start; in FT_LOCAL_DEF()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-code-manager.cc | 1794 Address table_start = jump_table->instruction_start(); in FindJumpTablesForRegionLocked() 1795 Address table_end = table_start + jump_table->instructions().size(); in FindJumpTablesForRegionLocked() 1799 code_region.end() > table_start ? code_region.end() - table_start : 0, in FindJumpTablesForRegionLocked()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttgxvar.c | 3290 FT_ULong table_start; in FT_LOCAL_DEF() local 3349 table_start = FT_Stream_FTell( stream ); in FT_LOCAL_DEF() 3379 offsetToData += table_start; in FT_LOCAL_DEF()
|
Completed in 18 milliseconds