OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsConst
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/src/
interface.h
101
*ok = !IsModule() && (
IsConst
() || !IsFrozen());
133
bool
IsConst
() { return Chase()->flags_ & CONST; }
144
this->
IsConst
() == that->
IsConst
());
/external/clang/lib/CodeGen/
CGBuiltin.cpp
[
all
...]
/art/compiler/dex/
mir_graph.h
447
bool
IsConst
(int32_t s_reg) const {
451
bool
IsConst
(RegLocation loc) const {
452
return (
IsConst
(loc.orig_sreg));
456
DCHECK(
IsConst
(loc));
461
DCHECK(
IsConst
(s_reg));
466
DCHECK(
IsConst
(loc));
Completed in 202 milliseconds