Home
last modified time | relevance | path

Searched refs:relocation_end (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/
H A Dcode-reference.cc25 const byte* relocation_end() const { return code->relocation_end(); } in relocation_end() function
44 const byte* relocation_end() const { in relocation_end() function
68 const byte* relocation_end() const { in relocation_end() function
99 DISPATCH(const byte*, relocation_end)
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/
H A Dcode-reference.cc25 const byte* relocation_end() const { return code->relocation_end(); } in relocation_end() function
44 const byte* relocation_end() const { in relocation_end() function
68 const byte* relocation_end() const { in relocation_end() function
99 DISPATCH(const byte*, relocation_end)
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dcode-reference.cc28 const byte* relocation_end() const { return code->relocation_end(); } in relocation_end() function
48 const byte* relocation_end() const { in relocation_end() function
73 const byte* relocation_end() const { in relocation_end() function
117 DISPATCH(const byte*, relocation_end)
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dcode-reference.cc41 const byte* CodeReference::relocation_end() const { in relocation_end() function in v8::internal::CodeReference
42 return kind_ == JS ? js_code_->relocation_end() in relocation_end()
H A Dcode-reference.h32 const byte* relocation_end() const;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/aot/
H A DaotCompiledMethod.hpp64 relocInfo* relocation_end() const { return (relocInfo*) at_offset(_exception_table_begin); } in relocation_end() function in aot_metadata
93 …hodLayout(address code_begin, address code_end, address relocation_begin, address relocation_end) : in AOTCompiledMethodLayout() argument
101 relocation_end in AOTCompiledMethodLayout()
132 …e, code + meta->code_size(), (address) meta->relocation_begin(), (address) meta->relocation_end()), in AOTCompiledMethod()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/aot/
H A DaotCompiledMethod.hpp65 relocInfo* relocation_end() const { return (relocInfo*) at_offset(_exception_table_begin); } in relocation_end() function in aot_metadata
94 …hodLayout(address code_begin, address code_end, address relocation_begin, address relocation_end) : in AOTCompiledMethodLayout() argument
102 relocation_end in AOTCompiledMethodLayout()
133 …e, code + meta->code_size(), (address) meta->relocation_begin(), (address) meta->relocation_end()), in AOTCompiledMethod()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/aot/
H A DaotCompiledMethod.hpp66 relocInfo* relocation_end() const { return (relocInfo*) at_offset(_exception_table_begin); } in relocation_end() function in aot_metadata
96 …hodLayout(address code_begin, address code_end, address relocation_begin, address relocation_end) : in AOTCompiledMethodLayout() argument
104 relocation_end in AOTCompiledMethodLayout()
135 …e, code + meta->code_size(), (address) meta->relocation_begin(), (address) meta->relocation_end()), in AOTCompiledMethod()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/aot/
H A DaotCompiledMethod.hpp64 relocInfo* relocation_end() const { return (relocInfo*) at_offset(_exception_table_begin); } in relocation_end() function in aot_metadata
93 …hodLayout(address code_begin, address code_end, address relocation_begin, address relocation_end) : in AOTCompiledMethodLayout() argument
101 relocation_end in AOTCompiledMethodLayout()
132 …e, code + meta->code_size(), (address) meta->relocation_begin(), (address) meta->relocation_end()), in AOTCompiledMethod()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/aot/
H A DaotCompiledMethod.hpp64 relocInfo* relocation_end() const { return (relocInfo*) at_offset(_exception_table_begin); } in relocation_end() function in aot_metadata
93 …hodLayout(address code_begin, address code_end, address relocation_begin, address relocation_end) : in AOTCompiledMethodLayout() argument
101 relocation_end in AOTCompiledMethodLayout()
132 …e, code + meta->code_size(), (address) meta->relocation_begin(), (address) meta->relocation_end()), in AOTCompiledMethod()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/aot/
H A DaotCompiledMethod.hpp65 relocInfo* relocation_end() const { return (relocInfo*) at_offset(_exception_table_begin); } in relocation_end() function in aot_metadata
94 …hodLayout(address code_begin, address code_end, address relocation_begin, address relocation_end) : in AOTCompiledMethodLayout() argument
102 relocation_end in AOTCompiledMethodLayout()
133 …e, code + meta->code_size(), (address) meta->relocation_begin(), (address) meta->relocation_end()), in AOTCompiledMethod()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/aot/
H A DaotCompiledMethod.hpp65 relocInfo* relocation_end() const { return (relocInfo*) at_offset(_exception_table_begin); } in relocation_end() function in aot_metadata
94 …hodLayout(address code_begin, address code_end, address relocation_begin, address relocation_end) : in AOTCompiledMethodLayout() argument
102 relocation_end in AOTCompiledMethodLayout()
133 …e, code + meta->code_size(), (address) meta->relocation_begin(), (address) meta->relocation_end()), in AOTCompiledMethod()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DcodeBlob.hpp156 relocInfo* relocation_end() const { return (relocInfo*) _relocation_end; } in relocation_end() function in CodeBlob
172 …int relocation_size() const { return (address) relocation_end() - (address) rel… in relocation_size()
265 …t_begin, address content_end, address data_end, address relocation_begin, address relocation_end) : in CodeBlobLayout() argument
278 _relocation_end(relocation_end) in CodeBlobLayout()
334 address relocation_end() const { return _relocation_end; } in relocation_end() function in CodeBlobLayout
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/code/
H A DcodeBlob.hpp161 relocInfo* relocation_end() const { return (relocInfo*) _relocation_end; } in relocation_end() function in CodeBlob
177 …int relocation_size() const { return (address) relocation_end() - (address) rel… in relocation_size()
275 …t_begin, address content_end, address data_end, address relocation_begin, address relocation_end) : in CodeBlobLayout() argument
288 _relocation_end(relocation_end) in CodeBlobLayout()
344 address relocation_end() const { return _relocation_end; } in relocation_end() function in CodeBlobLayout
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DcodeBlob.hpp156 relocInfo* relocation_end() const { return (relocInfo*) _relocation_end; } in relocation_end() function in CodeBlob
172 …int relocation_size() const { return (address) relocation_end() - (address) rel… in relocation_size()
265 …t_begin, address content_end, address data_end, address relocation_begin, address relocation_end) : in CodeBlobLayout() argument
278 _relocation_end(relocation_end) in CodeBlobLayout()
334 address relocation_end() const { return _relocation_end; } in relocation_end() function in CodeBlobLayout
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/code/
H A DcodeBlob.hpp164 relocInfo* relocation_end() const { return (relocInfo*) _relocation_end; } in relocation_end() function in CodeBlob
180 …int relocation_size() const { return (address) relocation_end() - (address) rel… in relocation_size()
269 …t_begin, address content_end, address data_end, address relocation_begin, address relocation_end) : in CodeBlobLayout() argument
282 _relocation_end(relocation_end) in CodeBlobLayout()
338 address relocation_end() const { return _relocation_end; } in relocation_end() function in CodeBlobLayout
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/code/
H A DcodeBlob.hpp161 relocInfo* relocation_end() const { return (relocInfo*) _relocation_end; } in relocation_end() function in CodeBlob
177 …int relocation_size() const { return (address) relocation_end() - (address) rel… in relocation_size()
271 …t_begin, address content_end, address data_end, address relocation_begin, address relocation_end) : in CodeBlobLayout() argument
284 _relocation_end(relocation_end) in CodeBlobLayout()
340 address relocation_end() const { return _relocation_end; } in relocation_end() function in CodeBlobLayout
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/code/
H A DcodeBlob.hpp162 relocInfo* relocation_end() const { return (relocInfo*) _relocation_end; } in relocation_end() function in CodeBlob
178 …int relocation_size() const { return (address) relocation_end() - (address) rel… in relocation_size()
276 …t_begin, address content_end, address data_end, address relocation_begin, address relocation_end) : in CodeBlobLayout() argument
289 _relocation_end(relocation_end) in CodeBlobLayout()
345 address relocation_end() const { return _relocation_end; } in relocation_end() function in CodeBlobLayout
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/code/
H A DcodeBlob.hpp162 relocInfo* relocation_end() const { return (relocInfo*) _relocation_end; } in relocation_end() function in CodeBlob
178 …int relocation_size() const { return (address) relocation_end() - (address) rel… in relocation_size()
276 …t_begin, address content_end, address data_end, address relocation_begin, address relocation_end) : in CodeBlobLayout() argument
289 _relocation_end(relocation_end) in CodeBlobLayout()
345 address relocation_end() const { return _relocation_end; } in relocation_end() function in CodeBlobLayout
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/code/
H A DcodeBlob.hpp163 relocInfo* relocation_end() const { return (relocInfo*) _relocation_end; } in relocation_end() function in CodeBlob
179 …int relocation_size() const { return (address) relocation_end() - (address) rel… in relocation_size()
267 …t_begin, address content_end, address data_end, address relocation_begin, address relocation_end) : in CodeBlobLayout() argument
280 _relocation_end(relocation_end) in CodeBlobLayout()
336 address relocation_end() const { return _relocation_end; } in relocation_end() function in CodeBlobLayout
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A DcodeBlob.hpp127 …relocInfo* relocation_end() const { return (relocInfo*)(header_end() + _relocation_… in relocation_end() function in VALUE_OBJ_CLASS_SPEC
144 …int relocation_size() const { return (address) relocation_end() - (address) rel… in relocation_size()
151 …_contains(relocInfo* addr) const{ return relocation_begin() <= addr && addr < relocation_end(); } in relocation_contains()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A DcodeBlob.hpp127 …relocInfo* relocation_end() const { return (relocInfo*)(header_end() + _relocation_… in relocation_end() function in VALUE_OBJ_CLASS_SPEC
144 …int relocation_size() const { return (address) relocation_end() - (address) rel… in relocation_size()
151 …_contains(relocInfo* addr) const{ return relocation_begin() <= addr && addr < relocation_end(); } in relocation_contains()
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/Object/
H A DObjectFile.h101 relocation_iterator relocation_end() const;
103 return make_range(relocation_begin(), relocation_end()); in relocations()
400 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end() function
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Object/
H A DObjectFile.h129 relocation_iterator relocation_end() const;
131 return make_range(relocation_begin(), relocation_end()); in relocations()
478 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end() function
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Object/
H A DObjectFile.h117 relocation_iterator relocation_end() const;
119 return make_range(relocation_begin(), relocation_end()); in relocations()
456 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end() function

123456789