OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:constant_value
(Results
1 - 20
of
20
) sorted by null
/external/emma/core/java12/com/vladium/jcd/parser/
ClassDefParser.java
250
final CONSTANT_literal_info
constant_value
= ((ConstantValueAttribute_info) attr_info).getValue (m_table);
local
251
if (
constant_value
instanceof CONSTANT_Long_info)
252
m_table.setDeclaredSUID (((CONSTANT_Long_info)
constant_value
).m_value);
/external/mesa3d/src/glsl/
ast_to_hir.cpp
2390
ir_constant *
constant_value
= rhs->constant_expression_value();
local
[
all
...]
ir.h
504
ir_constant *
constant_value
;
member in class:ir_variable
510
* This field and \c ::
constant_value
are distinct. Even if the two fields
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
xtensa-relax.c
136
const char *operand_name; /* If null, then use
constant_value
. */
138
unsigned
constant_value
;
member in struct:opname_map_e_struct
905
return m1->
constant_value
;
[
all
...]
/external/v8/src/crankshaft/arm/
lithium-arm.cc
683
int
constant_value
= 0;
local
688
constant_value
= constant->Integer32Value() & 0x1f;
691
if (instr->representation().IsSmi() &&
constant_value
> 0) {
700
if (op == Token::SHR &&
constant_value
== 0) {
1495
int32_t
constant_value
= 0;
local
[
all
...]
/external/v8/src/crankshaft/ia32/
lithium-ia32.cc
721
int
constant_value
= 0;
local
726
constant_value
= constant->Integer32Value() & 0x1f;
729
if (instr->representation().IsSmi() &&
constant_value
> 0) {
738
if (op == Token::SHR &&
constant_value
== 0) {
[
all
...]
lithium-codegen-ia32.cc
2968
int
constant_value
= ToInteger32(LConstantOperand::cast(key));
local
[
all
...]
/external/v8/src/crankshaft/mips/
lithium-mips.cc
690
int
constant_value
= 0;
local
695
constant_value
= constant->Integer32Value() & 0x1f;
698
if (instr->representation().IsSmi() &&
constant_value
> 0) {
707
if (op == Token::SHR &&
constant_value
== 0) {
1487
int32_t
constant_value
= 0;
local
[
all
...]
/external/v8/src/crankshaft/mips64/
lithium-mips64.cc
690
int
constant_value
= 0;
local
695
constant_value
= constant->Integer32Value() & 0x1f;
698
if (instr->representation().IsSmi() &&
constant_value
> 0) {
707
if (op == Token::SHR &&
constant_value
== 0) {
1488
int32_t
constant_value
= 0;
local
[
all
...]
/external/v8/src/crankshaft/ppc/
lithium-ppc.cc
694
int
constant_value
= 0;
local
699
constant_value
= constant->Integer32Value() & 0x1f;
702
if (instr->representation().IsSmi() &&
constant_value
> 0) {
711
if (op == Token::SHR &&
constant_value
== 0) {
1495
int32_t
constant_value
= 0;
local
[
all
...]
/external/v8/src/crankshaft/x64/
lithium-x64.cc
705
int
constant_value
= 0;
local
710
constant_value
= constant->Integer32Value() & 0x1f;
712
constant_value
> 0) {
723
if (op == Token::SHR &&
constant_value
== 0) {
[
all
...]
lithium-codegen-x64.cc
3038
int32_t
constant_value
= ToInteger32(LConstantOperand::cast(key));
local
[
all
...]
/external/v8/src/crankshaft/x87/
lithium-x87.cc
720
int
constant_value
= 0;
local
725
constant_value
= constant->Integer32Value() & 0x1f;
728
if (instr->representation().IsSmi() &&
constant_value
> 0) {
737
if (op == Token::SHR &&
constant_value
== 0) {
[
all
...]
lithium-codegen-x87.cc
3240
int
constant_value
= ToInteger32(LConstantOperand::cast(key));
local
[
all
...]
/external/v8/src/compiler/
ast-graph-builder.cc
3883
Handle<Object>
constant_value
= isolate()->factory()->GlobalConstantFor(name);
local
[
all
...]
/external/v8/src/crankshaft/
hydrogen.cc
5622
Handle<Object>
constant_value
=
local
[
all
...]
/external/emma/lib/
emma.jar
/external/owasp/sanitizer/tools/emma/lib/
emma.jar
/prebuilts/devtools/tools/lib/
emma.jar
emma_device.jar
Completed in 960 milliseconds