Home
last modified time | relevance | path

Searched refs:targetSymbol (Results 1 – 25 of 101) sorted by relevance

12345

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DDataPatchProcessor.java85 String targetSymbol = null; in processConstantReference() local
92 targetSymbol = AOTCompiledClass.metadataName(type); in processConstantReference()
96 gotName = "got." + targetSymbol; in processConstantReference()
97 binaryContainer.addCountersSymbol(targetSymbol); in processConstantReference()
104 targetSymbol = "ldc." + cpo.toValueString(); in processConstantReference()
105 Integer offset = binaryContainer.addOopSymbol(targetSymbol); in processConstantReference()
110 targetSymbol = "ldc." + oopConstant.toValueString(); in processConstantReference()
111 Integer offset = binaryContainer.addOopSymbol(targetSymbol); in processConstantReference()
114 targetSymbol = "state.M" + methodInfo.getCodeId(); in processConstantReference()
115 gotName = "got." + targetSymbol; in processConstantReference()
[all …]
H A DCallSiteRelocationInfo.java36 final String targetSymbol; field in CallSiteRelocationInfo
39 CallSiteRelocationInfo(String targetSymbol, RelocType type) { in CallSiteRelocationInfo() argument
40 this.targetSymbol = targetSymbol; in CallSiteRelocationInfo()
H A DCodeSectionProcessor.java120 … String targetSymbol = JavaMethodInfo.uniqueMethodName(call) + ".at." + infopoint.pcOffset; in process() local
121 methodInfo.addStubCode(targetSymbol, stub); in process()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DDataPatchProcessor.java85 String targetSymbol = null; in processConstantReference() local
92 targetSymbol = AOTCompiledClass.metadataName(type); in processConstantReference()
96 gotName = "got." + targetSymbol; in processConstantReference()
97 binaryContainer.addCountersSymbol(targetSymbol); in processConstantReference()
104 targetSymbol = "ldc." + cpo.toValueString(); in processConstantReference()
105 Integer offset = binaryContainer.addOopSymbol(targetSymbol); in processConstantReference()
110 targetSymbol = "ldc." + oopConstant.toValueString(); in processConstantReference()
111 Integer offset = binaryContainer.addOopSymbol(targetSymbol); in processConstantReference()
114 targetSymbol = "state.M" + methodInfo.getCodeId(); in processConstantReference()
115 gotName = "got." + targetSymbol; in processConstantReference()
[all …]
H A DCallSiteRelocationInfo.java36 final String targetSymbol; field in CallSiteRelocationInfo
39 CallSiteRelocationInfo(String targetSymbol, RelocType type) { in CallSiteRelocationInfo() argument
40 this.targetSymbol = targetSymbol; in CallSiteRelocationInfo()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DDataPatchProcessor.java85 String targetSymbol = null; in processConstantReference() local
92 targetSymbol = AOTCompiledClass.metadataName(type); in processConstantReference()
96 gotName = "got." + targetSymbol; in processConstantReference()
97 binaryContainer.addCountersSymbol(targetSymbol); in processConstantReference()
104 targetSymbol = "ldc." + cpo.toValueString(); in processConstantReference()
105 Integer offset = binaryContainer.addOopSymbol(targetSymbol); in processConstantReference()
110 targetSymbol = "ldc." + oopConstant.toValueString(); in processConstantReference()
111 Integer offset = binaryContainer.addOopSymbol(targetSymbol); in processConstantReference()
114 targetSymbol = "state.M" + methodInfo.getCodeId(); in processConstantReference()
115 gotName = "got." + targetSymbol; in processConstantReference()
[all …]
H A DCallSiteRelocationInfo.java36 final String targetSymbol; field in CallSiteRelocationInfo
39 CallSiteRelocationInfo(String targetSymbol, RelocType type) { in CallSiteRelocationInfo() argument
40 this.targetSymbol = targetSymbol; in CallSiteRelocationInfo()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DDataPatchProcessor.java85 String targetSymbol = null; in processConstantReference() local
92 targetSymbol = AOTCompiledClass.metadataName(type); in processConstantReference()
96 gotName = "got." + targetSymbol; in processConstantReference()
97 binaryContainer.addCountersSymbol(targetSymbol); in processConstantReference()
104 targetSymbol = "ldc." + cpo.toValueString(); in processConstantReference()
105 Integer offset = binaryContainer.addOopSymbol(targetSymbol); in processConstantReference()
110 targetSymbol = "ldc." + oopConstant.toValueString(); in processConstantReference()
111 Integer offset = binaryContainer.addOopSymbol(targetSymbol); in processConstantReference()
114 targetSymbol = "state.M" + methodInfo.getCodeId(); in processConstantReference()
115 gotName = "got." + targetSymbol; in processConstantReference()
[all …]
H A DCallSiteRelocationInfo.java36 final String targetSymbol; field in CallSiteRelocationInfo
39 CallSiteRelocationInfo(String targetSymbol, RelocType type) { in CallSiteRelocationInfo() argument
40 this.targetSymbol = targetSymbol; in CallSiteRelocationInfo()
H A DCodeSectionProcessor.java120 … String targetSymbol = JavaMethodInfo.uniqueMethodName(call) + ".at." + infopoint.pcOffset; in process() local
121 methodInfo.addStubCode(targetSymbol, stub); in process()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DDataPatchProcessor.java83 String targetSymbol = null; in processConstantReference() local
90 targetSymbol = AOTCompiledClass.metadataName(type); in processConstantReference()
94 gotName = "got." + targetSymbol; in processConstantReference()
95 binaryContainer.addCountersSymbol(targetSymbol); in processConstantReference()
102 targetSymbol = "ldc." + cpo.getCpType().getName() + cpo.getCpi(); in processConstantReference()
105 targetSymbol = "ldc." + oopConstant.toValueString(); in processConstantReference()
107 Integer offset = binaryContainer.addOopSymbol(targetSymbol); in processConstantReference()
110 targetSymbol = "state.M" + methodInfo.getCodeId(); in processConstantReference()
111 gotName = "got." + targetSymbol; in processConstantReference()
148 String targetSymbol = "data.M" + methodInfo.getCodeId() + "." + dataOffset; in processDataSectionReference() local
[all …]
H A DCallSiteRelocationInfo.java34 final String targetSymbol; field in CallSiteRelocationInfo
37 CallSiteRelocationInfo(String targetSymbol, RelocType type) { in CallSiteRelocationInfo() argument
38 this.targetSymbol = targetSymbol; in CallSiteRelocationInfo()
H A DCodeSectionProcessor.java120 … String targetSymbol = JavaMethodInfo.uniqueMethodName(call) + ".at." + infopoint.pcOffset; in process() local
121 methodInfo.addStubCode(targetSymbol, stub); in process()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DDataPatchProcessor.java83 String targetSymbol = null; in processConstantReference() local
90 targetSymbol = AOTCompiledClass.metadataName(type); in processConstantReference()
94 gotName = "got." + targetSymbol; in processConstantReference()
95 binaryContainer.addCountersSymbol(targetSymbol); in processConstantReference()
102 targetSymbol = "ldc." + cpo.getCpType().getName() + cpo.getCpi(); in processConstantReference()
105 targetSymbol = "ldc." + oopConstant.toValueString(); in processConstantReference()
107 Integer offset = binaryContainer.addOopSymbol(targetSymbol); in processConstantReference()
110 targetSymbol = "state.M" + methodInfo.getCodeId(); in processConstantReference()
111 gotName = "got." + targetSymbol; in processConstantReference()
148 String targetSymbol = "data.M" + methodInfo.getCodeId() + "." + dataOffset; in processDataSectionReference() local
[all …]
H A DCallSiteRelocationInfo.java34 final String targetSymbol; field in CallSiteRelocationInfo
37 CallSiteRelocationInfo(String targetSymbol, RelocType type) { in CallSiteRelocationInfo() argument
38 this.targetSymbol = targetSymbol; in CallSiteRelocationInfo()
H A DCodeSectionProcessor.java120 … String targetSymbol = JavaMethodInfo.uniqueMethodName(call) + ".at." + infopoint.pcOffset; in process() local
121 methodInfo.addStubCode(targetSymbol, stub); in process()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DDataPatchProcessor.java84 String targetSymbol = null; in processConstantReference() local
91 targetSymbol = AOTCompiledClass.metadataName(type); in processConstantReference()
95 gotName = "got." + targetSymbol; in processConstantReference()
96 binaryContainer.addCountersSymbol(targetSymbol); in processConstantReference()
103 targetSymbol = "ldc." + cpo.getCpType().getName() + cpo.getCpi(); in processConstantReference()
106 targetSymbol = "ldc." + oopConstant.toValueString(); in processConstantReference()
108 Integer offset = binaryContainer.addOopSymbol(targetSymbol); in processConstantReference()
111 targetSymbol = "state.M" + methodInfo.getCodeId(); in processConstantReference()
112 gotName = "got." + targetSymbol; in processConstantReference()
149 String targetSymbol = "data.M" + methodInfo.getCodeId() + "." + dataOffset; in processDataSectionReference() local
[all …]
H A DCallSiteRelocationInfo.java36 final String targetSymbol; field in CallSiteRelocationInfo
39 CallSiteRelocationInfo(String targetSymbol, RelocType type) { in CallSiteRelocationInfo() argument
40 this.targetSymbol = targetSymbol; in CallSiteRelocationInfo()
H A DCodeSectionProcessor.java120 … String targetSymbol = JavaMethodInfo.uniqueMethodName(call) + ".at." + infopoint.pcOffset; in process() local
121 methodInfo.addStubCode(targetSymbol, stub); in process()
/dports/audio/praat/praat-6.2.03/dwtest/
H A Dtest_EditCostTable.praat13 targetSymbol$[i] = "t'i'"
51 target$ = targetSymbol$[i]
68 target$ = targetSymbol$[i]
84 target$ = targetSymbol$[i]
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/smithy-go/codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/
H A DWaiters.java482 … Symbol targetSymbol = symbolProvider.toSymbol(targetShape); in generateRetryable()
483 … writeWaiterComparator(writer, acceptor, comparator, targetSymbol, in generateRetryable()
597 Symbol targetSymbol, in writeWaiterComparator() argument
601 if (targetSymbol == null) { in writeWaiterComparator()
602 targetSymbol = SymbolUtils.createValueSymbolBuilder("string").build(); in writeWaiterComparator()
606 … Optional<Boolean> isPointable = targetSymbol.getProperty(SymbolUtils.POINTABLE, Boolean.class); in writeWaiterComparator()
613 writer.write("value, ok := $L.($P)", actual, targetSymbol); in writeWaiterComparator()
616 targetSymbol, actual); in writeWaiterComparator()
655 Symbol allStringTargetSymbol = targetSymbol; in writeWaiterComparator()
680 Symbol anyStringTargetSymbol = targetSymbol; in writeWaiterComparator()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/smithy-go/codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/
H A DWaiters.java482 … Symbol targetSymbol = symbolProvider.toSymbol(targetShape); in generateRetryable()
483 … writeWaiterComparator(writer, acceptor, comparator, targetSymbol, in generateRetryable()
597 Symbol targetSymbol, in writeWaiterComparator() argument
601 if (targetSymbol == null) { in writeWaiterComparator()
602 targetSymbol = SymbolUtils.createValueSymbolBuilder("string").build(); in writeWaiterComparator()
606 … Optional<Boolean> isPointable = targetSymbol.getProperty(SymbolUtils.POINTABLE, Boolean.class); in writeWaiterComparator()
613 writer.write("value, ok := $L.($P)", actual, targetSymbol); in writeWaiterComparator()
616 targetSymbol, actual); in writeWaiterComparator()
655 Symbol allStringTargetSymbol = targetSymbol; in writeWaiterComparator()
680 Symbol anyStringTargetSymbol = targetSymbol; in writeWaiterComparator()
/dports/audio/praat/praat-6.2.03/dwtools/
H A DEditDistanceTable_def.h51 virtual bool v_matchTargetSymbol (conststring32 targetSymbol, conststring32 symbol);
53 …virtual bool v_matchTargetWithSourceSymbol (conststring32 targetSymbol, conststring32 sourceSymbol…
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/smithy-go/codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/
H A DUnionGenerator.java110 … Symbol targetSymbol = symbolProvider.toSymbol(model.expectShape(member.getTarget())); in generateUnionExamples()
111 referenced.add(targetSymbol); in generateUnionExamples()
116 writer.write("_ = v.Value // Value is $T", targetSymbol); in generateUnionExamples()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/smithy-go/codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/
H A DUnionGenerator.java110 … Symbol targetSymbol = symbolProvider.toSymbol(model.expectShape(member.getTarget())); in generateUnionExamples()
111 referenced.add(targetSymbol); in generateUnionExamples()
116 writer.write("_ = v.Value // Value is $T", targetSymbol); in generateUnionExamples()

12345