Home
last modified time | relevance | path

Searched refs:java_code (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecode.hpp69 Bytecodes::Code java_code() const { return Bytecodes::java_code(code()); } in java_code() function in Bytecode
70 …oke_code() const { return (code() == Bytecodes::_invokehandle) ? code() : java_code(); } in invoke_code()
252 bool is_getfield() const { return java_code() == Bytecodes::_getfield; } in is_getfield()
253 bool is_putfield() const { return java_code() == Bytecodes::_putfield; } in is_putfield()
254 bool is_getstatic() const { return java_code() == Bytecodes::_getstatic; } in is_getstatic()
255 bool is_putstatic() const { return java_code() == Bytecodes::_putstatic; } in is_putstatic()
271 …void verify() const { assert(Bytecodes::java_code(code()) == Bytecodes::_checkcast, "check checkca… in verify()
290 void verify() const { assert(java_code() == Bytecodes::_new, "check new"); } in verify()
299 void verify() const { assert(java_code() == Bytecodes::_multianewarray, "check new"); } in verify()
308 void verify() const { assert(java_code() == Bytecodes::_anewarray, "check anewarray"); } in verify()
[all …]
H A Dbytecode.cpp200 if (Bytecodes::java_code(rawc) == Bytecodes::_ldc) in raw_index()
238 switch (Bytecodes::java_code(code())) { in verify()
252 switch (Bytecodes::java_code(code())) { in verify()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecode.hpp69 Bytecodes::Code java_code() const { return Bytecodes::java_code(code()); } in java_code() function in Bytecode
70 …oke_code() const { return (code() == Bytecodes::_invokehandle) ? code() : java_code(); } in invoke_code()
252 bool is_getfield() const { return java_code() == Bytecodes::_getfield; } in is_getfield()
253 bool is_putfield() const { return java_code() == Bytecodes::_putfield; } in is_putfield()
254 bool is_getstatic() const { return java_code() == Bytecodes::_getstatic; } in is_getstatic()
255 bool is_putstatic() const { return java_code() == Bytecodes::_putstatic; } in is_putstatic()
271 …void verify() const { assert(Bytecodes::java_code(code()) == Bytecodes::_checkcast, "check checkca… in verify()
290 void verify() const { assert(java_code() == Bytecodes::_new, "check new"); } in verify()
299 void verify() const { assert(java_code() == Bytecodes::_multianewarray, "check new"); } in verify()
308 void verify() const { assert(java_code() == Bytecodes::_anewarray, "check anewarray"); } in verify()
[all …]
H A Dbytecode.cpp200 if (Bytecodes::java_code(rawc) == Bytecodes::_ldc) in raw_index()
238 switch (Bytecodes::java_code(code())) { in verify()
252 switch (Bytecodes::java_code(code())) { in verify()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A Dbytecode.hpp69 Bytecodes::Code java_code() const { return Bytecodes::java_code(code()); } in java_code() function in Bytecode
70 …oke_code() const { return (code() == Bytecodes::_invokehandle) ? code() : java_code(); } in invoke_code()
252 bool is_getfield() const { return java_code() == Bytecodes::_getfield; } in is_getfield()
253 bool is_putfield() const { return java_code() == Bytecodes::_putfield; } in is_putfield()
254 bool is_getstatic() const { return java_code() == Bytecodes::_getstatic; } in is_getstatic()
255 bool is_putstatic() const { return java_code() == Bytecodes::_putstatic; } in is_putstatic()
271 …void verify() const { assert(Bytecodes::java_code(code()) == Bytecodes::_checkcast, "check checkca… in verify()
290 void verify() const { assert(java_code() == Bytecodes::_new, "check new"); } in verify()
299 void verify() const { assert(java_code() == Bytecodes::_multianewarray, "check new"); } in verify()
308 void verify() const { assert(java_code() == Bytecodes::_anewarray, "check anewarray"); } in verify()
[all …]
H A Dbytecode.cpp200 if (Bytecodes::java_code(rawc) == Bytecodes::_ldc) in raw_index()
238 switch (Bytecodes::java_code(code())) { in verify()
252 switch (Bytecodes::java_code(code())) { in verify()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A Dbytecode.hpp69 Bytecodes::Code java_code() const { return Bytecodes::java_code(code()); } in java_code() function in Bytecode
70 …oke_code() const { return (code() == Bytecodes::_invokehandle) ? code() : java_code(); } in invoke_code()
252 bool is_getfield() const { return java_code() == Bytecodes::_getfield; } in is_getfield()
253 bool is_putfield() const { return java_code() == Bytecodes::_putfield; } in is_putfield()
254 bool is_getstatic() const { return java_code() == Bytecodes::_getstatic; } in is_getstatic()
255 bool is_putstatic() const { return java_code() == Bytecodes::_putstatic; } in is_putstatic()
271 …void verify() const { assert(Bytecodes::java_code(code()) == Bytecodes::_checkcast, "check checkca… in verify()
290 void verify() const { assert(java_code() == Bytecodes::_new, "check new"); } in verify()
299 void verify() const { assert(java_code() == Bytecodes::_multianewarray, "check new"); } in verify()
308 void verify() const { assert(java_code() == Bytecodes::_anewarray, "check anewarray"); } in verify()
[all …]
H A Dbytecode.cpp200 if (Bytecodes::java_code(rawc) == Bytecodes::_ldc) in raw_index()
238 switch (Bytecodes::java_code(code())) { in verify()
252 switch (Bytecodes::java_code(code())) { in verify()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A Dbytecode.hpp69 Bytecodes::Code java_code() const { return Bytecodes::java_code(code()); } in java_code() function in Bytecode
70 …oke_code() const { return (code() == Bytecodes::_invokehandle) ? code() : java_code(); } in invoke_code()
251 bool is_getfield() const { return java_code() == Bytecodes::_getfield; } in is_getfield()
252 bool is_putfield() const { return java_code() == Bytecodes::_putfield; } in is_putfield()
253 bool is_getstatic() const { return java_code() == Bytecodes::_getstatic; } in is_getstatic()
254 bool is_putstatic() const { return java_code() == Bytecodes::_putstatic; } in is_putstatic()
270 …void verify() const { assert(Bytecodes::java_code(code()) == Bytecodes::_checkcast, "check checkca… in verify()
289 void verify() const { assert(java_code() == Bytecodes::_new, "check new"); } in verify()
298 void verify() const { assert(java_code() == Bytecodes::_multianewarray, "check new"); } in verify()
307 void verify() const { assert(java_code() == Bytecodes::_anewarray, "check anewarray"); } in verify()
[all …]
H A Dbytecode.cpp191 if (Bytecodes::java_code(rawc) == Bytecodes::_ldc) in raw_index()
229 switch (Bytecodes::java_code(code())) { in verify()
243 switch (Bytecodes::java_code(code())) { in verify()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A Dbytecode.hpp69 Bytecodes::Code java_code() const { return Bytecodes::java_code(code()); } in java_code() function in Bytecode
70 …oke_code() const { return (code() == Bytecodes::_invokehandle) ? code() : java_code(); } in invoke_code()
252 bool is_getfield() const { return java_code() == Bytecodes::_getfield; } in is_getfield()
253 bool is_putfield() const { return java_code() == Bytecodes::_putfield; } in is_putfield()
254 bool is_getstatic() const { return java_code() == Bytecodes::_getstatic; } in is_getstatic()
255 bool is_putstatic() const { return java_code() == Bytecodes::_putstatic; } in is_putstatic()
271 …void verify() const { assert(Bytecodes::java_code(code()) == Bytecodes::_checkcast, "check checkca… in verify()
290 void verify() const { assert(java_code() == Bytecodes::_new, "check new"); } in verify()
299 void verify() const { assert(java_code() == Bytecodes::_multianewarray, "check new"); } in verify()
308 void verify() const { assert(java_code() == Bytecodes::_anewarray, "check anewarray"); } in verify()
[all …]
H A Dbytecode.cpp200 if (Bytecodes::java_code(rawc) == Bytecodes::_ldc) in raw_index()
238 switch (Bytecodes::java_code(code())) { in verify()
252 switch (Bytecodes::java_code(code())) { in verify()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A Dbytecode.hpp69 Bytecodes::Code java_code() const { return Bytecodes::java_code(code()); } in java_code() function in Bytecode
70 …oke_code() const { return (code() == Bytecodes::_invokehandle) ? code() : java_code(); } in invoke_code()
252 bool is_getfield() const { return java_code() == Bytecodes::_getfield; } in is_getfield()
253 bool is_putfield() const { return java_code() == Bytecodes::_putfield; } in is_putfield()
254 bool is_getstatic() const { return java_code() == Bytecodes::_getstatic; } in is_getstatic()
255 bool is_putstatic() const { return java_code() == Bytecodes::_putstatic; } in is_putstatic()
271 …void verify() const { assert(Bytecodes::java_code(code()) == Bytecodes::_checkcast, "check checkca… in verify()
290 void verify() const { assert(java_code() == Bytecodes::_new, "check new"); } in verify()
299 void verify() const { assert(java_code() == Bytecodes::_multianewarray, "check new"); } in verify()
308 void verify() const { assert(java_code() == Bytecodes::_anewarray, "check anewarray"); } in verify()
[all …]
H A Dbytecode.cpp200 if (Bytecodes::java_code(rawc) == Bytecodes::_ldc) in raw_index()
238 switch (Bytecodes::java_code(code())) { in verify()
252 switch (Bytecodes::java_code(code())) { in verify()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A Dbytecode.hpp69 Bytecodes::Code java_code() const { return Bytecodes::java_code(code()); } in java_code() function in Bytecode
70 …oke_code() const { return (code() == Bytecodes::_invokehandle) ? code() : java_code(); } in invoke_code()
252 bool is_getfield() const { return java_code() == Bytecodes::_getfield; } in is_getfield()
253 bool is_putfield() const { return java_code() == Bytecodes::_putfield; } in is_putfield()
254 bool is_getstatic() const { return java_code() == Bytecodes::_getstatic; } in is_getstatic()
255 bool is_putstatic() const { return java_code() == Bytecodes::_putstatic; } in is_putstatic()
271 …void verify() const { assert(Bytecodes::java_code(code()) == Bytecodes::_checkcast, "check checkca… in verify()
290 void verify() const { assert(java_code() == Bytecodes::_new, "check new"); } in verify()
299 void verify() const { assert(java_code() == Bytecodes::_multianewarray, "check new"); } in verify()
308 void verify() const { assert(java_code() == Bytecodes::_anewarray, "check anewarray"); } in verify()
[all …]
H A Dbytecode.cpp201 if (Bytecodes::java_code(rawc) == Bytecodes::_ldc) in raw_index()
239 switch (Bytecodes::java_code(code())) { in verify()
253 switch (Bytecodes::java_code(code())) { in verify()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp85 Bytecodes::Code java_code() const { return Bytecodes::java_code(code()); } in java_code() function in Bytecode
86 …oke_code() const { return (code() == Bytecodes::_invokehandle) ? code() : java_code(); } in invoke_code()
266 bool is_getfield() const { return java_code() == Bytecodes::_getfield; } in is_getfield()
267 bool is_putfield() const { return java_code() == Bytecodes::_putfield; } in is_putfield()
268 bool is_getstatic() const { return java_code() == Bytecodes::_getstatic; } in is_getstatic()
269 bool is_putstatic() const { return java_code() == Bytecodes::_putstatic; } in is_putstatic()
285 …void verify() const { assert(Bytecodes::java_code(code()) == Bytecodes::_checkcast, "check checkca… in verify()
304 void verify() const { assert(java_code() == Bytecodes::_new, "check new"); } in verify()
313 void verify() const { assert(java_code() == Bytecodes::_multianewarray, "check new"); } in verify()
322 void verify() const { assert(java_code() == Bytecodes::_anewarray, "check anewarray"); } in verify()
[all …]
H A Dbytecode.cpp197 if (Bytecodes::java_code(rawc) == Bytecodes::_ldc) in raw_index()
234 switch (Bytecodes::java_code(code())) { in verify()
248 switch (Bytecodes::java_code(code())) { in verify()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp85 Bytecodes::Code java_code() const { return Bytecodes::java_code(code()); } in java_code() function in Bytecode
86 …oke_code() const { return (code() == Bytecodes::_invokehandle) ? code() : java_code(); } in invoke_code()
266 bool is_getfield() const { return java_code() == Bytecodes::_getfield; } in is_getfield()
267 bool is_putfield() const { return java_code() == Bytecodes::_putfield; } in is_putfield()
268 bool is_getstatic() const { return java_code() == Bytecodes::_getstatic; } in is_getstatic()
269 bool is_putstatic() const { return java_code() == Bytecodes::_putstatic; } in is_putstatic()
285 …void verify() const { assert(Bytecodes::java_code(code()) == Bytecodes::_checkcast, "check checkca… in verify()
304 void verify() const { assert(java_code() == Bytecodes::_new, "check new"); } in verify()
313 void verify() const { assert(java_code() == Bytecodes::_multianewarray, "check new"); } in verify()
322 void verify() const { assert(java_code() == Bytecodes::_anewarray, "check anewarray"); } in verify()
[all …]
H A Dbytecode.cpp197 if (Bytecodes::java_code(rawc) == Bytecodes::_ldc) in raw_index()
234 switch (Bytecodes::java_code(code())) { in verify()
248 switch (Bytecodes::java_code(code())) { in verify()
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.assJavaApplet.php41 public $java_code; variable in assJavaApplet
129 $this->java_code = $matches[2];
164 if ($this->java_code) {
165 array_push($params_array, "java_code=$this->java_code");
195 if ($this->java_code) {
196 array_push($params_array, "java_code=$this->java_code");
481 return $this->java_code;
518 public function setJavaCode($java_code = "") argument
520 $this->java_code = $java_code;
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.assJavaApplet.php41 public $java_code; variable in assJavaApplet
129 $this->java_code = $matches[2];
164 if ($this->java_code) {
165 array_push($params_array, "java_code=$this->java_code");
195 if ($this->java_code) {
196 array_push($params_array, "java_code=$this->java_code");
487 return $this->java_code;
524 public function setJavaCode($java_code = "") argument
526 $this->java_code = $java_code;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/
H A Dresource_sizes.py287 java_code = make_group('Java code')
344 java_code.AddZipInfo(member, extracted_multiplier=dex_multiplier)
405 if group is java_code and is_shared_apk:
432 main_dex_info = java_code.FindByPattern('classes.dex')
436 secondary_size = java_code.ComputeUncompressedSize() - main_dex_size
467 normalized_apk_size -= java_code.ComputeZippedSize()
468 normalized_apk_size += java_code.ComputeUncompressedSize()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/
H A Dresource_sizes.py290 java_code = make_group('Java code')
347 java_code.AddZipInfo(member, extracted_multiplier=dex_multiplier)
408 if group is java_code and is_shared_apk:
435 main_dex_info = java_code.FindByPattern('classes.dex')
439 secondary_size = java_code.ComputeUncompressedSize() - main_dex_size
470 normalized_apk_size -= java_code.ComputeZippedSize()
471 normalized_apk_size += java_code.ComputeUncompressedSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/
H A Dresource_sizes.py326 java_code = make_group('Java code')
391 java_code.AddZipInfo(member, extracted_multiplier=dex_multiplier)
452 if group is java_code and is_shared_apk:
479 main_dex_info = java_code.FindByPattern('classes.dex')
483 secondary_size = java_code.ComputeUncompressedSize() - main_dex_size
514 normalized_apk_size -= java_code.ComputeZippedSize()
515 normalized_apk_size += java_code.ComputeUncompressedSize()

1234567