HomeSort by relevance Sort by last modified time
    Searched full:constantpoolarray (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/v8/test/cctest/
test-constantpool.cc 13 static ConstantPoolArray::Type kTypes[] = { ConstantPoolArray::INT64,
14 ConstantPoolArray::CODE_PTR,
15 ConstantPoolArray::HEAP_PTR,
16 ConstantPoolArray::INT32 };
17 static ConstantPoolArray::LayoutSection kSmall =
18 ConstantPoolArray::SMALL_SECTION;
19 static ConstantPoolArray::LayoutSection kExtended =
20 ConstantPoolArray::EXTENDED_SECTION;
38 ConstantPoolArray::NumberOfEntries small(3, 1, 2, 1)
    [all...]
  /external/chromium_org/v8/src/ic/
ic.h 88 ConstantPoolArray* constant_pool);
160 ConstantPoolArray* constant_pool);
162 ConstantPoolArray* constant_pool);
232 inline ConstantPoolArray* constant_pool() const;
233 inline ConstantPoolArray* raw_constant_pool() const;
259 Handle<ConstantPoolArray> raw_constant_pool_;
314 ConstantPoolArray* constant_pool);
392 ConstantPoolArray* constant_pool);
441 ConstantPoolArray* constant_pool);
518 ConstantPoolArray* constant_pool)
    [all...]
ic-inl.h 51 ConstantPoolArray* IC::constant_pool() const {
55 Handle<ConstantPoolArray> result = raw_constant_pool_;
75 ConstantPoolArray* IC::raw_constant_pool() const {
85 ConstantPoolArray* constant_pool) {
97 ConstantPoolArray* constant_pool) {
ic-state.h 21 ConstantPoolArray* constant_pool);
ic.cc 176 ConstantPoolArray::cast(reinterpret_cast<Object*>(constant_pool)),
453 ConstantPoolArray::WEAK_OBJECTS_IN_IC);
479 ConstantPoolArray* constant_pool) {
512 ConstantPoolArray* constant_pool) {
522 ConstantPoolArray* constant_pool) {
528 ConstantPoolArray* constant_pool) {
537 ConstantPoolArray* constant_pool) {
546 ConstantPoolArray* constant_pool) {
556 ConstantPoolArray* constant_pool) {
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm.h 653 ConstantPoolArray::LayoutSection AddEntry(Assembler* assm,
657 Handle<ConstantPoolArray> New(Isolate* isolate);
658 void Populate(Assembler* assm, ConstantPoolArray* constant_pool);
660 inline ConstantPoolArray::LayoutSection current_section() const {
664 inline ConstantPoolArray::NumberOfEntries* number_of_entries(
665 ConstantPoolArray::LayoutSection section) {
669 inline ConstantPoolArray::NumberOfEntries* small_entries() {
670 return number_of_entries(ConstantPoolArray::SMALL_SECTION);
673 inline ConstantPoolArray::NumberOfEntries* extended_entries() {
674 return number_of_entries(ConstantPoolArray::EXTENDED_SECTION)
    [all...]
assembler-arm.cc     [all...]
assembler-arm-inl.h 547 Address pc, ConstantPoolArray* constant_pool) {
586 ConstantPoolArray* constant_pool) {
618 ConstantPoolArray* constant_pool,
  /external/chromium_org/v8/src/
objects-inl.h 694 TYPE_CHECKER(ConstantPoolArray, CONSTANT_POOL_ARRAY_TYPE)
    [all...]
factory.h 47 Handle<ConstantPoolArray> NewConstantPoolArray(
48 const ConstantPoolArray::NumberOfEntries& small);
50 Handle<ConstantPoolArray> NewExtendedConstantPoolArray(
51 const ConstantPoolArray::NumberOfEntries& small,
52 const ConstantPoolArray::NumberOfEntries& extended);
330 Handle<ConstantPoolArray> CopyConstantPoolArray(
331 Handle<ConstantPoolArray> array);
objects-debug.cc 68 ConstantPoolArray::cast(this)->ConstantPoolArrayVerify();
382 void ConstantPoolArray::ConstantPoolArrayVerify() {
384 ConstantPoolArray::Iterator code_iter(this, ConstantPoolArray::CODE_PTR);
389 ConstantPoolArray::Iterator heap_iter(this, ConstantPoolArray::HEAP_PTR);
    [all...]
factory.cc 119 Handle<ConstantPoolArray> Factory::NewConstantPoolArray(
120 const ConstantPoolArray::NumberOfEntries& small) {
125 ConstantPoolArray);
129 Handle<ConstantPoolArray> Factory::NewExtendedConstantPoolArray(
130 const ConstantPoolArray::NumberOfEntries& small,
131 const ConstantPoolArray::NumberOfEntries& extended) {
137 ConstantPoolArray);
    [all...]
lithium-codegen.cc 208 ConstantPoolArray::WEAK_OBJECTS_IN_OPTIMIZED_CODE);
  /external/chromium_org/v8/src/heap/
objects-visiting-inl.h 478 ConstantPoolArray* array = ConstantPoolArray::cast(object);
479 ConstantPoolArray::Iterator code_iter(array, ConstantPoolArray::CODE_PTR);
486 ConstantPoolArray::Iterator heap_iter(array, ConstantPoolArray::HEAP_PTR);
493 ConstantPoolArray::WEAK_OBJECTS_IN_OPTIMIZED_CODE &&
496 ConstantPoolArray::WEAK_OBJECTS_IN_IC &&
    [all...]
heap.cc     [all...]
heap.h 61 V(ConstantPoolArray, empty_constant_pool_array, EmptyConstantPoolArray) \
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.h 499 ConstantPoolArray* constant_pool);
501 ConstantPoolArray* constant_pool,
506 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL;
514 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL;
    [all...]
assembler-ia32-inl.h 463 ConstantPoolArray* constant_pool) {
469 ConstantPoolArray* constant_pool,
  /external/chromium_org/v8/src/mips/
assembler-mips.h 498 ConstantPoolArray* constant_pool)) {
502 ConstantPoolArray* constant_pool,
509 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL;
517 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL;
    [all...]
  /external/chromium_org/v8/src/mips64/
assembler-mips64.h 488 ConstantPoolArray* constant_pool)) {
492 ConstantPoolArray* constant_pool,
499 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL;
507 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL;
    [all...]
  /external/chromium_org/v8/src/x87/
assembler-x87.h 488 ConstantPoolArray* constant_pool);
490 ConstantPoolArray* constant_pool,
495 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL;
503 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL;
961 Handle<ConstantPoolArray> NewConstantPool(Isolate* isolate);
964 void PopulateConstantPool(ConstantPoolArray* constant_pool);
    [all...]
assembler-x87-inl.h 464 ConstantPoolArray* constant_pool) {
470 ConstantPoolArray* constant_pool,
  /external/chromium_org/v8/src/x64/
assembler-x64-inl.h 188 ConstantPoolArray* constant_pool) {
194 ConstantPoolArray* constant_pool,
assembler-x64.h 519 ConstantPoolArray* constant_pool);
521 ConstantPoolArray* constant_pool,
526 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL;
534 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL;
    [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64-inl.h 585 ConstantPoolArray* constant_pool) {
591 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL;
658 ConstantPoolArray* constant_pool,
677 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL;
    [all...]

Completed in 1711 milliseconds

1 2