Searched refs:is_prefix (Results 1 - 3 of 3) sorted by relevance

/openjdk9/common/bin/
H A Dlogger.sh48 is_prefix=true
50 if [[ "$is_prefix" = true && "$opt" =~ ^.*=.*$ ]]; then
54 is_prefix=false
/openjdk9/hotspot/test/native/
H A DgtestMain.cpp37 static bool is_prefix(const char* prefix, const char* str) { function
113 if (is_prefix("--jdk=", argv[i])) {
116 if (is_prefix("-jdk:", argv[i])) {
127 if (is_prefix("--jdk=", arg)) {
130 if (is_prefix("-jdk:", arg)) {
/openjdk9/hotspot/src/share/vm/code/
H A DrelocInfo.hpp333 int addr_offset() const { assert(!is_prefix(), "must have offset");
354 bool is_prefix() const { return type() == data_prefix_tag; } function in class:VALUE_OBJ_CLASS_SPEC
355 bool is_datalen() const { assert(is_prefix(), "must be prefix");
357 bool is_immediate() const { assert(is_prefix(), "must be prefix");
579 if (_current->is_prefix()) {
581 assert(!current()->is_prefix(), "only one prefix at a time");

Completed in 50 milliseconds