Searched refs:constant_pool (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/v8/src/ic/
H A Dic-inl.h51 ConstantPoolArray* IC::constant_pool() const { function in class:v8::internal::IC
68 return GetOriginalCode()->constant_pool();
85 ConstantPoolArray* constant_pool) {
87 Address target = Assembler::target_address_at(address, constant_pool);
97 ConstantPoolArray* constant_pool) {
100 Code* old_target = GetTargetAtAddress(address, constant_pool);
110 Assembler::set_target_address_at(address, constant_pool,
125 SetTargetAtAddress(address(), code, constant_pool());
155 return GetTargetAtAddress(address(), constant_pool());
84 GetTargetAtAddress(Address address, ConstantPoolArray* constant_pool) argument
96 SetTargetAtAddress(Address address, Code* target, ConstantPoolArray* constant_pool) argument
H A Dic.h88 ConstantPoolArray* constant_pool);
160 ConstantPoolArray* constant_pool);
162 ConstantPoolArray* constant_pool);
232 inline ConstantPoolArray* constant_pool() const;
314 ConstantPoolArray* constant_pool);
392 ConstantPoolArray* constant_pool);
441 ConstantPoolArray* constant_pool);
518 ConstantPoolArray* constant_pool);
591 ConstantPoolArray* constant_pool);
639 ConstantPoolArray* constant_pool);
[all...]
H A Dic.cc147 Address constant_pool = NULL; local
149 constant_pool =
160 constant_pool =
176 ConstantPoolArray::cast(reinterpret_cast<Object*>(constant_pool)),
452 stub->constant_pool()->set_weak_object_state(
479 ConstantPoolArray* constant_pool) {
480 Code* target = GetTargetAtAddress(address, constant_pool);
487 return LoadIC::Clear(isolate, address, target, constant_pool);
489 return KeyedLoadIC::Clear(isolate, address, target, constant_pool);
491 return StoreIC::Clear(isolate, address, target, constant_pool);
478 Clear(Isolate* isolate, Address address, ConstantPoolArray* constant_pool) argument
511 Clear(Isolate* isolate, Address address, Code* target, ConstantPoolArray* constant_pool) argument
521 Clear(Isolate* isolate, Address address, Code* target, ConstantPoolArray* constant_pool) argument
527 Clear(Isolate* isolate, Address address, Code* target, ConstantPoolArray* constant_pool) argument
536 Clear(Isolate* isolate, Address address, Code* target, ConstantPoolArray* constant_pool) argument
545 Clear(Isolate* isolate, Address address, Code* target, ConstantPoolArray* constant_pool) argument
555 Clear(Isolate* isolate, Address address, Code* target, ConstantPoolArray* constant_pool) argument
2385 Clear(Address address, Code* target, ConstantPoolArray* constant_pool) argument
[all...]
H A Dic-state.h21 ConstantPoolArray* constant_pool);
H A Dic-state.cc14 ConstantPoolArray* constant_pool) {
15 IC::Clear(isolate, address, constant_pool);
13 Clear(Isolate* isolate, Address address, ConstantPoolArray* constant_pool) argument
/external/chromium_org/v8/src/arm/
H A Dassembler-arm-inl.h129 return Assembler::constant_pool_entry_address(pc_, host_->constant_pool());
547 Address pc, ConstantPoolArray* constant_pool) {
549 DCHECK(constant_pool != NULL);
576 return reinterpret_cast<Address>(constant_pool) + cp_offset;
586 ConstantPoolArray* constant_pool) {
589 return Memory::Address_at(constant_pool_entry_address(pc, constant_pool));
618 ConstantPoolArray* constant_pool,
623 Memory::Address_at(constant_pool_entry_address(pc, constant_pool)) = target;
546 constant_pool_entry_address( Address pc, ConstantPoolArray* constant_pool) argument
585 target_address_at(Address pc, ConstantPoolArray* constant_pool) argument
617 set_target_address_at(Address pc, ConstantPoolArray* constant_pool, Address target, ICacheFlushMode icache_flush_mode) argument
H A Dassembler-arm.h658 void Populate(Assembler* assm, ConstantPoolArray* constant_pool);
753 Address pc, ConstantPoolArray* constant_pool));
757 ConstantPoolArray* constant_pool));
759 ConstantPoolArray* constant_pool,
764 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL; local
765 return target_address_at(pc, constant_pool);
772 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL; local
773 set_target_address_at(pc, constant_pool, targe
[all...]
H A Dassembler-arm.cc3627 void Assembler::PopulateConstantPool(ConstantPoolArray* constant_pool) {
3628 constant_pool_builder_.Populate(this, constant_pool);
3723 ConstantPoolArray* constant_pool) {
3725 !constant_pool->is_extended_layout());
3727 constant_pool, ConstantPoolArray::SMALL_SECTION)));
3728 if (constant_pool->is_extended_layout()) {
3730 constant_pool, ConstantPoolArray::EXTENDED_SECTION)));
3736 for (int section = 0; section <= constant_pool->final_section(); section++) {
3743 offsets[section][type] = constant_pool->OffsetOfElementAt(
3761 constant_pool
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jar ... file org.apache.bcel.classfile.ConstantPool constant_pool public void " href="/5.1.0_r1/s? ...
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.h488 ConstantPoolArray* constant_pool);
490 ConstantPoolArray* constant_pool,
495 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL;
496 return target_address_at(pc, constant_pool);
503 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL;
504 set_target_address_at(pc, constant_pool, target);
964 void PopulateConstantPool(ConstantPoolArray* constant_pool);
H A Dassembler-x87-inl.h464 ConstantPoolArray* constant_pool) {
470 ConstantPoolArray* constant_pool,
463 target_address_at(Address pc, ConstantPoolArray* constant_pool) argument
469 set_target_address_at(Address pc, ConstantPoolArray* constant_pool, Address target, ICacheFlushMode icache_flush_mode) argument
/external/emma/core/java12/com/vladium/jcd/parser/
H A DClassDefParser.java109 constant_pool ();
159 void constant_pool () throws IOException method in class:ClassDefParser.classParser
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.h499 ConstantPoolArray* constant_pool);
501 ConstantPoolArray* constant_pool,
506 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL;
507 return target_address_at(pc, constant_pool);
514 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL;
515 set_target_address_at(pc, constant_pool, target);
1094 void PopulateConstantPool(ConstantPoolArray* constant_pool);
H A Dassembler-ia32-inl.h463 ConstantPoolArray* constant_pool) {
469 ConstantPoolArray* constant_pool,
462 target_address_at(Address pc, ConstantPoolArray* constant_pool) argument
468 set_target_address_at(Address pc, ConstantPoolArray* constant_pool, Address target, ICacheFlushMode icache_flush_mode) argument
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.h498 ConstantPoolArray* constant_pool)) {
502 ConstantPoolArray* constant_pool,
509 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL; local
510 return target_address_at(pc, constant_pool);
517 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL; local
518 set_target_address_at(pc, constant_pool, target, icache_flush_mode);
1108 void PopulateConstantPool(ConstantPoolArray* constant_pool);
497 INLINE(static Address target_address_at(Address pc, ConstantPoolArray* constant_pool)) argument
501 INLINE(static void set_target_address_at(Address pc, ConstantPoolArray* constant_pool, Address target, ICacheFlushMode icache_flush_mode = FLUSH_ICACHE_IF_NEEDED)) argument
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64-inl.h585 ConstantPoolArray* constant_pool) {
591 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL;
592 return target_address_at(pc, constant_pool);
658 ConstantPoolArray* constant_pool,
677 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL;
678 set_target_address_at(pc, constant_pool, target, icache_flush_mode);
H A Dassembler-arm64.h869 ConstantPoolArray* constant_pool);
871 ConstantPoolArray* constant_pool,
1891 void PopulateConstantPool(ConstantPoolArray* constant_pool);
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64.h488 ConstantPoolArray* constant_pool)) {
492 ConstantPoolArray* constant_pool,
499 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL; local
500 return target_address_at(pc, constant_pool);
507 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL; local
508 set_target_address_at(pc, constant_pool, target, icache_flush_mode);
1144 void PopulateConstantPool(ConstantPoolArray* constant_pool);
487 INLINE(static Address target_address_at(Address pc, ConstantPoolArray* constant_pool)) argument
491 INLINE(static void set_target_address_at(Address pc, ConstantPoolArray* constant_pool, Address target, ICacheFlushMode icache_flush_mode = FLUSH_ICACHE_IF_NEEDED)) argument
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.h519 ConstantPoolArray* constant_pool);
521 ConstantPoolArray* constant_pool,
526 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL;
527 return target_address_at(pc, constant_pool);
534 ConstantPoolArray* constant_pool = code ? code->constant_pool() : NULL; local
535 set_target_address_at(pc, constant_pool, target, icache_flush_mode);
1119 void PopulateConstantPool(ConstantPoolArray* constant_pool);
H A Dassembler-x64-inl.h188 ConstantPoolArray* constant_pool) {
194 ConstantPoolArray* constant_pool,
187 target_address_at(Address pc, ConstantPoolArray* constant_pool) argument
193 set_target_address_at(Address pc, ConstantPoolArray* constant_pool, Address target, ICacheFlushMode icache_flush_mode) argument
/external/chromium_org/v8/src/
H A Dlithium-codegen.cc207 code->constant_pool()->set_weak_object_state(
H A Dframes.h252 Address constant_pool() const { return *constant_pool_address(); }
253 void set_constant_pool(ConstantPoolArray* constant_pool) {
254 *constant_pool_address() = reinterpret_cast<Address>(constant_pool);
H A Ddeoptimizer.h546 void SetConstantPool(intptr_t constant_pool) {
547 constant_pool_ = constant_pool;
H A Ddeoptimizer.cc1011 V8PRIxPTR "; caller's constant_pool\n",
1084 reinterpret_cast<intptr_t>(non_optimized_code->constant_pool());
1182 V8PRIxPTR "; caller's constant_pool\n",
1232 reinterpret_cast<intptr_t>(adaptor_trampoline->constant_pool());
1399 reinterpret_cast<intptr_t>(construct_stub->constant_pool());
1541 reinterpret_cast<intptr_t>(accessor_stub->constant_pool());
1654 V8PRIxPTR " ; caller's constant_pool\n",
1792 reinterpret_cast<intptr_t>(trampoline->constant_pool());
/external/chromium_org/v8/src/heap/
H A Dheap.cc3464 code->constant_pool() != empty_constant_pool_array()) {
3467 allocation = CopyConstantPoolArray(code->constant_pool());
3507 code->constant_pool() != empty_constant_pool_array()) {
3510 AllocationResult allocation = CopyConstantPoolArray(code->constant_pool());
4140 ConstantPoolArray* constant_pool = ConstantPoolArray::cast(object); local
4141 constant_pool->Init(small);
4142 constant_pool->ClearPtrEntries(isolate());
4143 return constant_pool;
4166 ConstantPoolArray* constant_pool = ConstantPoolArray::cast(object); local
4167 constant_pool
[all...]

Completed in 2300 milliseconds

12