Home
last modified time | relevance | path

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

123

/external/v8/src/interpreter/
Dbytecodes.h492 static uint8_t ToByte(Bytecode bytecode) { in ToByte()
499 Bytecode bytecode = static_cast<Bytecode>(value); in FromByte() local
524 static OperandScale PrefixBytecodeToOperandScale(Bytecode bytecode) { in PrefixBytecodeToOperandScale()
538 static AccumulatorUse GetAccumulatorUse(Bytecode bytecode) { in GetAccumulatorUse()
544 static bool ReadsAccumulator(Bytecode bytecode) { in ReadsAccumulator()
549 static bool WritesAccumulator(Bytecode bytecode) { in WritesAccumulator()
555 static constexpr bool IsAccumulatorLoadWithoutEffects(Bytecode bytecode) { in IsAccumulatorLoadWithoutEffects()
570 static constexpr bool IsCompareWithoutEffects(Bytecode bytecode) { in IsCompareWithoutEffects()
579 static constexpr bool IsRegisterLoadWithoutEffects(Bytecode bytecode) { in IsRegisterLoadWithoutEffects()
586 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()
123 Bytecode Bytecodes::GetDebugBreak(Bytecode bytecode) { in GetDebugBreak()
142 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, in GetOperandOffset()
156 Bytecode Bytecodes::GetJumpWithoutToBoolean(Bytecode bytecode) { in GetJumpWithoutToBoolean()
173 bool Bytecodes::IsDebugBreak(Bytecode bytecode) { in IsDebugBreak()
213 bool Bytecodes::MakesCallAlongCriticalPath(Bytecode bytecode) { in MakesCallAlongCriticalPath()
264 bool Bytecodes::IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) { in IsStarLookahead()
307 bool Bytecodes::IsBytecodeWithScalableOperands(Bytecode bytecode) { in IsBytecodeWithScalableOperands()
327 bool Bytecodes::BytecodeHasHandler(Bytecode bytecode, in BytecodeHasHandler()
[all …]
Dinterpreter.cc81 int BuiltinIndexFromBytecode(Bytecode bytecode, OperandScale operand_scale) { in BuiltinIndexFromBytecode()
101 Code Interpreter::GetBytecodeHandler(Bytecode bytecode, in GetBytecodeHandler()
108 void Interpreter::SetBytecodeHandler(Bytecode bytecode, in SetBytecodeHandler()
117 size_t Interpreter::GetDispatchTableIndex(Bytecode bytecode, in GetDispatchTableIndex()
191 Handle<BytecodeArray> bytecode) { in CheckAndPrintBytecodeMismatch()
332 OperandScale operand_scale) { in Initialize()
Dinterpreter-assembler.h250 Bytecode bytecode() const { return bytecode_; } in bytecode() function
Dbytecode-array-writer.cc85 int BytecodeArrayWriter::CheckBytecodeMatches(BytecodeArray bytecode) { in CheckBytecodeMatches()
232 void BytecodeArrayWriter::UpdateExitSeenInBlock(Bytecode bytecode) { in UpdateExitSeenInBlock()
276 Bytecode bytecode = node->bytecode(); in EmitBytecode() local
Dbytecode-array-accessor.cc81 interpreter::Bytecode bytecode = in ApplyDebugBreak() local
277 Bytecode bytecode = current_bytecode(); in GetRelativeJumpTargetOffset() local
/external/v8/src/compiler/
Dbytecode-analysis.cc100 void UpdateInLiveness(Bytecode bytecode, BytecodeLivenessState* in_liveness, in UpdateInLiveness()
208 void UpdateOutLiveness(Bytecode bytecode, BytecodeLivenessState* out_liveness, in UpdateOutLiveness()
268 void UpdateLiveness(Bytecode bytecode, BytecodeLiveness const& liveness, in UpdateLiveness()
281 void UpdateAssignments(Bytecode bytecode, BytecodeLoopAssignments* assignments, in UpdateAssignments()
325 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local
497 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local
539 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local
825 Bytecode bytecode = iterator.current_bytecode(); in LivenessIsValid() local
869 Bytecode bytecode = iterator.current_bytecode(); in LivenessIsValid() local
Djs-inlining-heuristic.h52 base::Optional<BytecodeArrayRef> bytecode[kMaxCallPolymorphism]; member
/external/v8/src/regexp/
Dregexp-bytecode-peephole.cc265 int32_t GetArgumentValue(const byte* bytecode, int offset, int length) { in GetArgumentValue()
281 BytecodeSequenceNode::BytecodeSequenceNode(int bytecode, Zone* zone) in BytecodeSequenceNode()
293 BytecodeSequenceNode& BytecodeSequenceNode::FollowedBy(int bytecode) { in FollowedBy()
311 BytecodeSequenceNode& BytecodeSequenceNode::ReplaceWith(int bytecode) { in ReplaceWith()
394 bool BytecodeSequenceNode::CheckArguments(const byte* bytecode, int pc) { in CheckArguments()
624 bool RegExpBytecodePeephole::OptimizeBytecode(const byte* bytecode, in OptimizeBytecode()
655 BytecodeSequenceNode& RegExpBytecodePeephole::CreateSequence(int bytecode) { in CreateSequence()
662 int RegExpBytecodePeephole::TryOptimizeSequence(const byte* bytecode, in TryOptimizeSequence()
690 int start_pc, const byte* bytecode, const BytecodeSequenceNode& last_node) { in EmitOptimization()
940 void RegExpBytecodePeephole::EmitArgument(int start_pc, const byte* bytecode, in EmitArgument()
[all …]
Dregexp-bytecodes.h233 inline constexpr int RegExpBytecodeLength(int bytecode) { in RegExpBytecodeLength()
244 inline constexpr const char* RegExpBytecodeName(int bytecode) { in RegExpBytecodeName()
/external/swiftshader/tests/fuzzers/
DVertexRoutineFuzzer.cpp60 FakeVS(sw::VertexShader *bytecode) in FakeVS()
75 sw::VertexShader *bytecode; member in __anon5d9ecc540111::FakeVS
/external/v8/src/regexp/experimental/
Dexperimental.cc61 Handle<ByteArray> bytecode; member
89 ZoneList<RegExpInstruction> bytecode = in CompileImpl() local
144 ByteArray bytecode, String subject, int capture_count, in ExecRawImpl()
181 ByteArray bytecode = in ExecRaw() local
Dexperimental-interpreter.cc137 ByteArray bytecode, int register_count_per_match, String input, in NfaInterpreter()
557 Isolate* isolate, RegExp::CallOrigin call_origin, ByteArray bytecode, in FindMatches()
/external/google-breakpad/src/processor/
Ddisassembler_x86.cc34 DisassemblerX86::DisassemblerX86(const uint8_t *bytecode, in DisassemblerX86()
/external/v8/src/debug/
Ddebug-evaluate.cc431 bool BytecodeHasNoSideEffect(interpreter::Bytecode bytecode) { in BytecodeHasNoSideEffect()
880 bool BytecodeRequiresRuntimeCheck(interpreter::Bytecode bytecode) { in BytecodeRequiresRuntimeCheck()
917 interpreter::Bytecode bytecode = it.current_bytecode(); in FunctionGetSideEffectState() local
1126 interpreter::Bytecode bytecode = it.current_bytecode(); in ApplySideEffectChecks() local
Ddebug-frames.cc106 BytecodeArray bytecode = mode_ == Mode::kUseDebugBytecode in VisitThread() local
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_shader.c77 const uint32 *bytecode, in vmw_svga_shader_create()
/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/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/v8/src/builtins/
Dgenerate-bytecodes-builtins-list.cc17 void WriteBytecode(std::ofstream& out, Bytecode bytecode, in WriteBytecode()
Dbuiltins.cc41 interpreter::Bytecode bytecode : 8; member
61 constexpr KindSpecificData(interpreter::Bytecode bytecode, in KindSpecificData()
320 interpreter::Bytecode bytecode = in EmitCodeCreateEvents() local
/external/v8/src/runtime/
Druntime-interpreter.cc57 interpreter::Bytecode bytecode = bytecode_iterator.current_bytecode(); in PrintRegisters() local
/external/v8/src/objects/
Dshared-function-info-inl.h492 void SharedFunctionInfo::SetDebugBytecodeArray(BytecodeArray bytecode) { in SetDebugBytecodeArray()
502 void SharedFunctionInfo::set_bytecode_array(BytecodeArray bytecode) { in set_bytecode_array()
524 BytecodeArray bytecode = BytecodeArray::cast(data); in ShouldFlushBytecode() local

123