Home
last modified time | relevance | path

Searched defs:bytecode (Results 1 – 25 of 68) sorted by relevance

123

/external/v8/src/interpreter/
Dbytecodes.h475 static uint8_t ToByte(Bytecode bytecode) { in ToByte()
482 Bytecode bytecode = static_cast<Bytecode>(value); in FromByte() local
507 static OperandScale PrefixBytecodeToOperandScale(Bytecode bytecode) { in PrefixBytecodeToOperandScale()
521 static AccumulatorUse GetAccumulatorUse(Bytecode bytecode) { in GetAccumulatorUse()
527 static bool ReadsAccumulator(Bytecode bytecode) { in ReadsAccumulator()
532 static bool WritesAccumulator(Bytecode bytecode) { in WritesAccumulator()
538 static constexpr bool IsAccumulatorLoadWithoutEffects(Bytecode bytecode) { in IsAccumulatorLoadWithoutEffects()
553 static constexpr bool IsCompareWithoutEffects(Bytecode bytecode) { in IsCompareWithoutEffects()
562 static constexpr bool IsRegisterLoadWithoutEffects(Bytecode bytecode) { in IsRegisterLoadWithoutEffects()
569 static constexpr bool IsConditionalJumpImmediate(Bytecode bytecode) { in IsConditionalJumpImmediate()
[all …]
Dbytecode-node.h23 : bytecode_(bytecode), in bytecode_() argument
32 : bytecode_(bytecode), in bytecode_() argument
43 : bytecode_(bytecode), in bytecode_() argument
55 : bytecode_(bytecode), in bytecode_() argument
69 : bytecode_(bytecode), in bytecode_() argument
84 : bytecode_(bytecode), in bytecode_() argument
108 Bytecode bytecode() const { return bytecode_; } in bytecode() function
139 : bytecode_(bytecode), in bytecode_() argument
Dbytecodes.cc98 const char* Bytecodes::ToString(Bytecode bytecode) { in ToString()
110 std::string Bytecodes::ToString(Bytecode bytecode, OperandScale operand_scale) { in ToString()
124 Bytecode Bytecodes::GetDebugBreak(Bytecode bytecode) { in GetDebugBreak()
143 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, in GetOperandOffset()
157 Bytecode Bytecodes::GetJumpWithoutToBoolean(Bytecode bytecode) { in GetJumpWithoutToBoolean()
174 bool Bytecodes::IsDebugBreak(Bytecode bytecode) { in IsDebugBreak()
214 bool Bytecodes::MakesCallAlongCriticalPath(Bytecode bytecode) { in MakesCallAlongCriticalPath()
264 bool Bytecodes::IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) { in IsStarLookahead()
306 bool Bytecodes::IsBytecodeWithScalableOperands(Bytecode bytecode) { in IsBytecodeWithScalableOperands()
326 bool Bytecodes::BytecodeHasHandler(Bytecode bytecode, in BytecodeHasHandler()
[all …]
Dinterpreter.cc63 Bytecode bytecode, OperandScale operand_scale) { in GetAndMaybeDeserializeBytecodeHandler()
82 Code* Interpreter::GetBytecodeHandler(Bytecode bytecode, in GetBytecodeHandler()
91 void Interpreter::SetBytecodeHandler(Bytecode bytecode, in SetBytecodeHandler()
100 size_t Interpreter::GetDispatchTableIndex(Bytecode bytecode, in GetDispatchTableIndex()
Dsetup-interpreter-internal.cc18 void PrintBuiltinSize(Bytecode bytecode, OperandScale operand_scale, in PrintBuiltinSize()
78 Bytecode bytecode, in InstallBytecodeHandler()
Dinterpreter-assembler.h268 Bytecode bytecode() const { return bytecode_; } in bytecode() function
Dbytecode-array-writer.cc153 void BytecodeArrayWriter::UpdateExitSeenInBlock(Bytecode bytecode) { in UpdateExitSeenInBlock()
197 Bytecode bytecode = node->bytecode(); in EmitBytecode() local
Dbytecode-array-accessor.cc35 interpreter::Bytecode bytecode = in ApplyDebugBreak() local
210 Bytecode bytecode = current_bytecode(); in GetJumpTargetOffset() local
Dbytecode-decoder.cc106 Bytecode bytecode = Bytecodes::FromByte(bytecode_start[0]); in Decode() local
/external/v8/src/snapshot/
Dbuiltin-deserializer.cc95 BSU::ForEachBytecode([=](Bytecode bytecode, OperandScale operand_scale) { in DeserializeEagerBuiltinsAndHandlers()
115 BSU::ForEachBytecode([=](Bytecode bytecode, OperandScale operand_scale) { in DeserializeEagerBuiltinsAndHandlers()
138 Code* BuiltinDeserializer::DeserializeHandler(Bytecode bytecode, in DeserializeHandler()
175 Code* BuiltinDeserializer::DeserializeHandlerRaw(Bytecode bytecode, in DeserializeHandlerRaw()
Dbuiltin-deserializer-allocator.cc97 [=, &result](Bytecode bytecode, OperandScale operand_scale) { in CreateReservationsForEagerBuiltinsAndHandlers()
134 const Heap::Chunk& chunk, interpreter::Bytecode bytecode, in InitializeHandlerFromReservation()
190 [=, &reservation_index](Bytecode bytecode, OperandScale operand_scale) { in InitializeFromReservations()
240 Bytecode bytecode, OperandScale operand_scale) { in ReserveForHandler()
Dbuiltin-snapshot-utils.cc23 int BuiltinSnapshotUtils::BytecodeToIndex(Bytecode bytecode, in BytecodeToIndex()
41 Bytecode bytecode = Bytecodes::FromByte(x % Bytecodes::kBytecodeCount); in BytecodeFromIndex() local
Dbuiltin-serializer.cc40 BSU::ForEachBytecode([=](Bytecode bytecode, OperandScale operand_scale) { in SerializeBuiltinsAndHandlers()
135 void BuiltinSerializer::SetHandlerOffset(Bytecode bytecode, in SetHandlerOffset()
/external/v8/src/compiler/
Dbytecode-analysis.cc95 void UpdateInLiveness(Bytecode bytecode, BytecodeLivenessState& in_liveness, in UpdateInLiveness()
203 void UpdateOutLiveness(Bytecode bytecode, BytecodeLivenessState& out_liveness, in UpdateOutLiveness()
263 void UpdateLiveness(Bytecode bytecode, BytecodeLiveness& liveness, in UpdateLiveness()
275 void UpdateAssignments(Bytecode bytecode, BytecodeLoopAssignments& assignments, in UpdateAssignments()
321 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local
486 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local
527 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local
807 Bytecode bytecode = iterator.current_bytecode(); in LivenessIsValid() local
851 Bytecode bytecode = iterator.current_bytecode(); in LivenessIsValid() local
/external/v8/tools/ignition/
Dbytecode_dispatches_report.py96 dispatches_table, bytecode, top_count, sort_source_relative): argument
115 def print_top_dispatch_sources_and_destinations(dispatches_table, bytecode, argument
/external/v8/src/debug/
Ddebug-evaluate.cc423 bool BytecodeHasNoSideEffect(interpreter::Bytecode bytecode) { in BytecodeHasNoSideEffect()
850 bool BytecodeRequiresRuntimeCheck(interpreter::Bytecode bytecode) { in BytecodeRequiresRuntimeCheck()
885 interpreter::Bytecode bytecode = it.current_bytecode(); in FunctionGetSideEffectState() local
997 interpreter::Bytecode bytecode = it.current_bytecode(); in ApplySideEffectChecks() local
/external/swiftshader/tests/fuzzers/
DVertexRoutineFuzzer.cpp56 FakeVS(sw::VertexShader* bytecode) : bytecode(bytecode) { in FakeVS()
67 sw::VertexShader* bytecode; member in __anonab2d18090111::FakeVS
/external/v8/src/runtime/
Druntime-interpreter.cc36 Bytecode bytecode = Bytecodes::FromByte(bytecode_int); in RUNTIME_FUNCTION() local
73 interpreter::Bytecode bytecode = bytecode_iterator.current_bytecode(); in PrintRegisters() local
/external/mesa3d/src/gallium/drivers/r600/
Dr700_asm.c26 void r700_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf) in r700_bytecode_cf_vtx_build()
/external/google-breakpad/src/processor/
Ddisassembler_x86.cc34 DisassemblerX86::DisassemblerX86(const uint8_t *bytecode, in DisassemblerX86()
/external/desugar/java/com/google/devtools/build/android/desugar/
DClassReaderFactory.java44 try (InputStream bytecode = inputFileProvider.getInputStream(filename)) { in readIfKnown()
DDefaultMethodClassFixer.java245 ClassReader bytecode; in stubMissingDefaultAndBridgeMethods() local
294 ClassReader bytecode = bootclasspath.readIfKnown(internalName); in recordInheritedMethods() local
340 ClassReader bytecode = classpath.readIfKnown(anInterface); in collectOrderedCompanionsToTriggerInterfaceClinit() local
368 ClassReader bytecode; in defaultMethodsDefined() local
/external/guice/extensions/struts2/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/libtextclassifier/utils/
Dlua-utils.cc282 bool LuaEnvironment::Compile(StringPiece snippet, std::string *bytecode) { in Compile()
299 bool Compile(StringPiece snippet, std::string *bytecode) { in Compile()
/external/guice/extensions/persist/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...

123