HomeSort by relevance Sort by last modified time
    Searched defs:access (Results 76 - 100 of 1154) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/v8/src/compiler/
js-inlining.cc 324 FieldAccess const& access = FieldAccessOf(dominator->op()); local
325 if (access.base_is_tagged == kTaggedBase &&
326 access.offset == HeapObject::kMapOffset) {
load-elimination.cc 639 FieldAccess const& access = FieldAccessOf(node->op()); local
645 int field_index = FieldIndexOf(access);
667 FieldAccess const& access = FieldAccessOf(node->op()); local
673 int field_index = FieldIndexOf(access);
716 ElementAccess const& access = ElementAccessOf(node->op()); local
731 switch (access.machine_type.representation()) {
876 FieldAccess const& access = FieldAccessOf(current->op()); local
878 int field_index = FieldIndexOf(access);
    [all...]
memory-optimizer.cc 355 ElementAccess const& access = ElementAccessOf(node->op()); local
357 node->ReplaceInput(1, ComputeIndex(access, index));
358 NodeProperties::ChangeOp(node, machine()->Load(access.machine_type));
364 FieldAccess const& access = FieldAccessOf(node->op()); local
365 Node* offset = jsgraph()->IntPtrConstant(access.offset - access.tag());
367 NodeProperties::ChangeOp(node, machine()->Load(access.machine_type));
374 ElementAccess const& access = ElementAccessOf(node->op()); local
378 ComputeWriteBarrierKind(object, state, access.write_barrier_kind);
379 node->ReplaceInput(1, ComputeIndex(access, index))
389 FieldAccess const& access = FieldAccessOf(node->op()); local
    [all...]
store-store-elimination.cc 179 StoreOffset ToOffset(const FieldAccess& access) {
180 return ToOffset(access.offset);
186 unsigned int RepSizeOf(FieldAccess access) {
187 return RepSizeOf(access.machine_type.representation());
190 bool AtMostTagged(FieldAccess access) {
191 return RepSizeOf(access) <= RepSizeOf(MachineRepresentation::kTagged);
194 bool AtLeastTagged(FieldAccess access) {
195 return RepSizeOf(access) >= RepSizeOf(MachineRepresentation::kTagged);
266 FieldAccess access = OpParameter<FieldAccess>(node->op()); local
267 StoreOffset offset = ToOffset(access);
307 FieldAccess access = OpParameter<FieldAccess>(node->op()); local
    [all...]
  /external/v8/src/ppc/
assembler-ppc-inl.h 122 ConstantPoolEntry::Access access; local
123 if (Assembler::IsConstantPoolLoadStart(pc_, &access))
125 pc_, constant_pool, access, ConstantPoolEntry::INTPTR);
144 ConstantPoolEntry::Access access; local
146 IsConstantPoolLoadEnd(pc - 3 * kInstrSize, &access)) {
147 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
157 ConstantPoolEntry::Access access; local
437 ConstantPoolEntry::Access access; local
615 ConstantPoolEntry::Access access; local
    [all...]
  /frameworks/native/libs/binder/
IMemory.cpp 332 int access = PROT_READ; local
334 access |= PROT_WRITE;
337 mBase = mmap(0, size, access, MAP_SHARED, fd, offset);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 13 # define access _access macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nlm_prot.h 128 fsh_access access; member in struct:nlm_share
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 13 # define access _access macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nlm_prot.h 128 fsh_access access; member in struct:nlm_share
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.10/
proguard-gradle-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.9/
proguard-gradle-4.9.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.1/
asm-debug-all-5.1.jar 
  /external/jacoco/
asm-debug-all-5.0.1.jar 
  /prebuilts/misc/common/jacoco/lib/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/
asm-debug-all-5.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.4/
asm-debug-all-5.0.4.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/net/orfjackal/retrolambda/retrolambda/2.0.6/
retrolambda-2.0.6.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
asm-all.jar 
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
system_stub.py 413 def access(self, path, _): member in class:OsModuleStub
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicGeometryShaderTests.cpp 91 const tcu::ConstPixelBufferAccess& access,
100 const deUint32 bufferSize = access.getWidth() * access.getHeight() * access.getDepth() * access.getFormat().getPixelSize();
225 (deUint32)access.getWidth(), // deUint32 bufferRowLength;
226 (deUint32)access.getHeight(), // deUint32 bufferImageHeight;
235 (deUint32)access.getWidth(),
236 (deUint32)access.getHeight(),
237 (deUint32)access.getDepth(
395 tcu::PixelBufferAccess access = texture.getAccess(); local
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 443 tcu::PixelBufferAccess access = m_textures[texNdx]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face); local
445 access.setPixel(color, 0, 0);
446 access.setPixel(color, access.getWidth()-1, 0);
447 access.setPixel(color, 0, access.getHeight()-1);
448 access.setPixel(color, access.getWidth()-1, access.getHeight()-1);
  /external/desugar/java/com/google/devtools/build/android/desugar/
LambdaDesugaring.java 76 int access,
83 isInterface = BitFlags.isSet(access, Opcodes.ACC_INTERFACE);
84 super.visit(version, access, name, signature, superName, interfaces);
98 int access = Opcodes.ACC_BRIDGE | Opcodes.ACC_SYNTHETIC | Opcodes.ACC_FINAL; local
100 access |= Opcodes.ACC_STATIC;
104 access,
137 int access, String name, String desc, String signature, String[] exceptions) {
138 if (name.equals("$deserializeLambda$") && BitFlags.isSet(access, Opcodes.ACC_SYNTHETIC)) {
144 if (name.startsWith("lambda$") && BitFlags.isSet(access, Opcodes.ACC_SYNTHETIC)) {
145 if (!allowDefaultMethods && isInterface && BitFlags.isSet(access, Opcodes.ACC_STATIC))
    [all...]

Completed in 1465 milliseconds

1 2 34 5 6 7 8 91011>>