HomeSort by relevance Sort by last modified time
    Searched refs:kLoad (Results 1 - 25 of 31) sorted by null

1 2

  /external/skia/src/gpu/
GrGpuCommandBuffer.h 40 kLoad,
GrRenderTargetOpList.cpp 89 GrGpuCommandBuffer::LoadOp::kLoad,
  /art/runtime/
dex_instruction_list.h 90 V(0x44, AGET, "aget", k23x, kIndexNone, kContinue | kThrow, kLoad, kVerifyRegA | kVerifyRegB | kVerifyRegC) \
91 V(0x45, AGET_WIDE, "aget-wide", k23x, kIndexNone, kContinue | kThrow, kLoad, kVerifyRegAWide | kVerifyRegB | kVerifyRegC) \
92 V(0x46, AGET_OBJECT, "aget-object", k23x, kIndexNone, kContinue | kThrow, kLoad, kVerifyRegA | kVerifyRegB | kVerifyRegC) \
93 V(0x47, AGET_BOOLEAN, "aget-boolean", k23x, kIndexNone, kContinue | kThrow, kLoad, kVerifyRegA | kVerifyRegB | kVerifyRegC) \
94 V(0x48, AGET_BYTE, "aget-byte", k23x, kIndexNone, kContinue | kThrow, kLoad, kVerifyRegA | kVerifyRegB | kVerifyRegC) \
95 V(0x49, AGET_CHAR, "aget-char", k23x, kIndexNone, kContinue | kThrow, kLoad, kVerifyRegA | kVerifyRegB | kVerifyRegC) \
96 V(0x4A, AGET_SHORT, "aget-short", k23x, kIndexNone, kContinue | kThrow, kLoad, kVerifyRegA | kVerifyRegB | kVerifyRegC) \
104 V(0x52, IGET, "iget", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRegCField) \
105 V(0x53, IGET_WIDE, "iget-wide", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOrConstant, kVerifyRegAWide | kVerifyRegB | kVerifyRegCField) \
106 V(0x54, IGET_OBJECT, "iget-object", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRegCField)
    [all...]
dex_instruction.h 166 kLoad = 0x0100000, // load opcode
  /external/v8/src/crankshaft/arm64/
delayed-masm-arm64.cc 99 if ((pending_ == kLoad) &&
124 pending_ = kLoad;
175 case kLoad:
delayed-masm-arm64.h 135 kLoad, kStore,
140 // For kLoad, kStore: register which must be loaded/stored.
142 // For kLoad, kStackSlotMove: address of the load.
  /art/compiler/jit/
jit_logger.cc 131 // Note that such kLoad event supports code cache GC in ART JIT.
132 // For every kLoad event recorded in jit-PID.dump and every perf sample recorded in perf.data,
138 kLoad = 0,
143 // A jitted method is recorded in previous kLoad event, but due to some reason,
155 // For example, for kLoad event, size of the event record is:
160 // Logs a jitted code load event (kLoad).
276 jit_code.event_ = PerfJitCodeLoad::kLoad;
  /external/v8/src/compiler/
access-info.cc 51 case AccessMode::kLoad:
278 if (access_mode == AccessMode::kLoad &&
366 access_mode == AccessMode::kLoad
380 if (access_mode == AccessMode::kLoad) {
js-native-context-specialization.cc 193 receiver_map, factory()->has_instance_symbol(), AccessMode::kLoad,
368 if (access_mode == AccessMode::kLoad) {
520 return ReduceGlobalAccess(node, nullptr, nullptr, name, AccessMode::kLoad);
    [all...]
access-info.h 30 enum class AccessMode { kLoad, kStore, kStoreInLiteral };
machine-operator.cc 38 DCHECK(IrOpcode::kLoad == op->opcode() ||
462 IrOpcode::kLoad, \
490 Load##Type##Operator kLoad##Type; \
    [all...]
int64-lowering.cc 142 case IrOpcode::kLoad:
145 if (node->opcode() == IrOpcode::kLoad) {
160 if (node->opcode() == IrOpcode::kLoad) {
    [all...]
store-store-elimination.cc 338 node->opcode() == IrOpcode::kLoad ||
machine-graph-verifier.cc 113 case IrOpcode::kLoad:
434 case IrOpcode::kLoad:
memory-optimizer.cc 94 case IrOpcode::kLoad:
node.cc 302 if (from->opcode() != IrOpcode::kLoad &&
simd-scalar-lowering.cc 278 case IrOpcode::kLoad: {
escape-analysis.cc     [all...]
  /external/v8/src/runtime/
runtime-classes.cc 240 enum class SuperMode { kLoad, kStore };
255 mode == SuperMode::kLoad ? MessageTemplate::kNonObjectPropertyLoad
272 GetSuperHolder(isolate, receiver, home_object, SuperMode::kLoad, name, 0),
287 GetSuperHolder(isolate, receiver, home_object, SuperMode::kLoad,
  /external/v8/src/
perf-jit.cc 64 kLoad = 0,
230 code_load.event_ = PerfJitCodeLoad::kLoad;
  /external/skia/src/gpu/vk/
GrVkGpuCommandBuffer.cpp 28 case GrGpuCommandBuffer::LoadOp::kLoad:
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 32 if (input->opcode() != IrOpcode::kLoad ||
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 32 if (input->opcode() != IrOpcode::kLoad ||
    [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc     [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 51 if (input->opcode() != IrOpcode::kLoad ||
    [all...]

Completed in 1108 milliseconds

1 2