Home
last modified time | relevance | path

Searched defs:new_target (Results 1 – 21 of 21) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
DsljitNativePPC_32.c267 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
DsljitNativeSPARC_32.c266 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
DsljitNativePPC_64.c491 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
DsljitNativeMIPS_32.c424 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
DsljitNativeMIPS_64.c546 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
DsljitNativeARM_64.c2163 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
DsljitNativeARM_T2_32.c2639 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
DsljitNativeARM_32.c3112 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
DsljitNativeX86_common.c3101 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec…
DsljitNativeS390X.c3331 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
DsljitLir.c2745 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw exec… in sljit_set_jump_addr()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_legalize.c495 struct ir3_block *new_target; in remove_unused_block() local
541 retarget_jump(struct ir3_instruction *instr, struct ir3_block *new_target) in retarget_jump()
/third_party/pulseaudio/src/pulsecore/
Dlog.c518 pa_log_target new_target = { .type = PA_LOG_SYSLOG, .file = NULL }; in pa_log_levelv_meta() local
554 pa_log_target new_target = { .type = PA_LOG_STDERR, .file = NULL }; in pa_log_levelv_meta() local
/third_party/jerryscript/tests/jerry/es2015/
Dproxy_construct.js104 construct(target, args, new_target) { argument
/third_party/node/test/js-native-api/6_object_wrap/
D6_object_wrap.cc39 napi_value new_target; in New() local
/third_party/spirv-tools/source/opt/
Dloop_unroller.cpp751 uint32_t new_target = old_branch.GetSingleWordOperand(operand_label); in FoldConditionBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_unroller.cpp750 uint32_t new_target = old_branch.GetSingleWordOperand(operand_label); in FoldConditionBlock() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_unroller.cpp750 uint32_t new_target = old_branch.GetSingleWordOperand(operand_label); in FoldConditionBlock() local
/third_party/python/Lib/
Dcontextlib.py373 def __init__(self, new_target): argument
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h993 ecma_value_t new_target; /**< value of new.target */ member
/third_party/python/Python/
Dcompile.c7846 basicblock *new_target = compiler_copy_block(c, target); in duplicate_exits_without_lineno() local