/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-darwin.cc | 53 char* code_ptr = getsectdatafromheader(header, SEG_TEXT, SECT_TEXT, &size); in GetSharedLibraryAddresses() local 56 char* code_ptr = getsectdatafromheader_64( in GetSharedLibraryAddresses() local
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeX86_32.c | 232 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_sw executable_offset) in generate_far_jump_code() argument
|
H A D | sljitNativeX86_64.c | 288 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr) in generate_far_jump_code() argument 323 generate_put_label_code(struct sljit_put_label *put_label, sljit_u8 *code_ptr, sljit_uw max_label) generate_put_label_code() argument [all...] |
H A D | sljitNativeARM_64.c | 161 static SLJIT_INLINE sljit_sw detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code, sljit_sw executable_offset) in detect_jump_type() argument 235 sljit_ins *code_ptr; in sljit_generate_code() local [all...] |
H A D | sljitNativeS390X.c | 1436 void *code, *code_ptr; in sljit_generate_code() local [all...] |
H A D | sljitNativePPC_common.c | 284 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code, sljit_sw executable_offset) in detect_jump_type() argument 408 sljit_ins *code_ptr; in sljit_generate_code() local [all...] |
H A D | sljitNativeRISCV_common.c | 377 sljit_ins *code_ptr; in sljit_generate_code() local [all...] |
H A D | sljitNativeARM_32.c | 291 static sljit_uw patch_pc_relative_loads(sljit_uw *last_pc_patch, sljit_uw *code_ptr, sljit_uw* const_pool, sljit_uw cpool_size) in patch_pc_relative_loads() argument 417 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_uw *code_ptr, sljit_uw *code, sljit_sw executable_offset) in detect_jump_type() argument 669 sljit_uw *code_ptr; sljit_generate_code() local [all...] |
H A D | sljitNativeARM_T2_32.c | 255 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_u16 *code_ptr, sljit_u16 *code, sljit_sw executable_offset) in detect_jump_type() argument 379 sljit_u16 *code_ptr; in sljit_generate_code() local [all...] |
H A D | sljitNativeX86_common.c | 532 static sljit_u8* generate_near_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_u8 *code, sljit_sw executable_offset) in generate_near_jump_code() argument 587 sljit_u8 *code_ptr; sljit_generate_code() local [all...] |
H A D | sljitNativeMIPS_common.c | 494 static __attribute__ ((noinline)) void sljit_cache_flush(void* code, void* code_ptr) in sljit_cache_flush() argument 574 sljit_ins *code_ptr; in sljit_generate_code() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cArrayOfArraysTests.cpp | 716 const char* code_ptr = shader_source.c_str(); in compile_shader_and_get_compilation_result() local
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.h | 496 uint8_t *code_ptr; member
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 429 uint8_t* const code_ptr = in HashIsolateForEmbeddedBlob() local
|