OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:type_cache
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/compiler/
js-intrinsic-lowering.h
92
TypeCache const&
type_cache
() const { return type_cache_; }
function in class:v8::internal::compiler::final
access-builder.cc
82
TypeCache const&
type_cache
= TypeCache::Get();
local
84
type_cache
.kJSArrayLengthType,
87
access.type =
type_cache
.kFixedDoubleArrayLengthType;
89
access.type =
type_cache
.kFixedArrayLengthType;
/external/ImageMagick/MagickCore/
type.c
129
*
type_cache
= (SplayTreeInfo *) NULL;
296
ResetSplayTreeIterator(
type_cache
);
297
type_info=(const TypeInfo *) GetNextValueInSplayTree(
type_cache
);
301
type_info=(const TypeInfo *) GetValueFromSplayTree(
type_cache
,name);
388
if (
type_cache
== (SplayTreeInfo *) NULL)
392
ResetSplayTreeIterator(
type_cache
);
394
p=(const TypeInfo *) GetNextValueInSplayTree(
type_cache
);
399
p=(const TypeInfo *) GetNextValueInSplayTree(
type_cache
);
407
p=(const TypeInfo *) GetNextValueInSplayTree(
type_cache
);
414
p=(const TypeInfo *) GetNextValueInSplayTree(
type_cache
);
125
*
type_cache
= (SplayTreeInfo *) NULL;
variable
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
wrstabs.c
153
struct stab_type_cache
type_cache
;
member in struct:stab_write_handle
496
memset (&info.
type_cache
, 0, sizeof info.
type_cache
);
587
if (info->
type_cache
.void_type != 0)
588
return stab_push_defined_type (info, info->
type_cache
.void_type, 0);
610
if (info->
type_cache
.void_type != 0)
611
return stab_push_defined_type (info, info->
type_cache
.void_type, 0);
620
info->
type_cache
.void_type = tindex;
643
cache = info->
type_cache
.signed_integer_types;
645
cache = info->
type_cache
.unsigned_integer_types
[
all
...]
Completed in 258 milliseconds