OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelocatablePtrConstantInfo
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/compiler/
common-operator.h
127
class
RelocatablePtrConstantInfo
final {
131
RelocatablePtrConstantInfo
(int32_t value, RelocInfo::Mode rmode)
133
RelocatablePtrConstantInfo
(int64_t value, RelocInfo::Mode rmode)
146
bool operator==(
RelocatablePtrConstantInfo
const& lhs,
147
RelocatablePtrConstantInfo
const& rhs);
148
bool operator!=(
RelocatablePtrConstantInfo
const& lhs,
149
RelocatablePtrConstantInfo
const& rhs);
151
std::ostream& operator<<(std::ostream&,
RelocatablePtrConstantInfo
const&);
153
size_t hash_value(
RelocatablePtrConstantInfo
const& p);
common-operator.cc
146
bool operator==(
RelocatablePtrConstantInfo
const& lhs,
147
RelocatablePtrConstantInfo
const& rhs) {
152
bool operator!=(
RelocatablePtrConstantInfo
const& lhs,
153
RelocatablePtrConstantInfo
const& rhs) {
157
size_t hash_value(
RelocatablePtrConstantInfo
const& p) {
162
RelocatablePtrConstantInfo
const& p) {
[
all
...]
instruction.cc
560
Constant::Constant(
RelocatablePtrConstantInfo
info) {
561
if (info.type() ==
RelocatablePtrConstantInfo
::kInt32) {
563
} else if (info.type() ==
RelocatablePtrConstantInfo
::kInt64) {
[
all
...]
instruction-selector-impl.h
245
return Constant(OpParameter<
RelocatablePtrConstantInfo
>(node));
instruction.h
[
all
...]
Completed in 138 milliseconds