Home
last modified time | relevance | path

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

123

/third_party/node/deps/v8/src/interpreter/
Dbytecodes.h579 static uint8_t ToByte(Bytecode bytecode) { in ToByte()
586 Bytecode bytecode = static_cast<Bytecode>(value); in FromByte() local
611 static OperandScale PrefixBytecodeToOperandScale(Bytecode bytecode) { in PrefixBytecodeToOperandScale()
625 static ImplicitRegisterUse GetImplicitRegisterUse(Bytecode bytecode) { in GetImplicitRegisterUse()
631 static bool ReadsAccumulator(Bytecode bytecode) { in ReadsAccumulator()
636 static bool WritesAccumulator(Bytecode bytecode) { in WritesAccumulator()
643 static bool WritesImplicitRegister(Bytecode bytecode) { in WritesImplicitRegister()
650 static constexpr bool IsAccumulatorLoadWithoutEffects(Bytecode bytecode) { in IsAccumulatorLoadWithoutEffects()
658 static constexpr bool IsCompareWithoutEffects(Bytecode bytecode) { in IsCompareWithoutEffects()
664 static constexpr bool IsShortStar(Bytecode bytecode) { in IsShortStar()
[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.cc117 std::string Bytecodes::ToString(Bytecode bytecode, OperandScale operand_scale, in ToString()
130 Bytecode Bytecodes::GetDebugBreak(Bytecode bytecode) { in GetDebugBreak()
149 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, in GetOperandOffset()
163 Bytecode Bytecodes::GetJumpWithoutToBoolean(Bytecode bytecode) { in GetJumpWithoutToBoolean()
180 bool Bytecodes::IsDebugBreak(Bytecode bytecode) { in IsDebugBreak()
220 bool Bytecodes::MakesCallAlongCriticalPath(Bytecode bytecode) { in MakesCallAlongCriticalPath()
271 bool Bytecodes::IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) { in IsStarLookahead()
324 bool Bytecodes::IsBytecodeWithScalableOperands(Bytecode bytecode) { in IsBytecodeWithScalableOperands()
344 bool Bytecodes::BytecodeHasHandler(Bytecode bytecode, in BytecodeHasHandler()
351 std::ostream& operator<<(std::ostream& os, const Bytecode& bytecode) { in operator <<()
Dinterpreter.cc89 Builtin BuiltinIndexFromBytecode(Bytecode bytecode, in BuiltinIndexFromBytecode()
118 CodeT Interpreter::GetBytecodeHandler(Bytecode bytecode, in GetBytecodeHandler()
124 void Interpreter::SetBytecodeHandler(Bytecode bytecode, in SetBytecodeHandler()
134 size_t Interpreter::GetDispatchTableIndex(Bytecode bytecode, in GetDispatchTableIndex()
215 IsolateT* isolate, Handle<Script> script, Handle<BytecodeArray> bytecode) { in CheckAndPrintBytecodeMismatch()
355 ForEachBytecode([=](Bytecode bytecode, OperandScale operand_scale) { in Initialize()
Dbytecode-register.h68 static constexpr Register FromShortStar(Bytecode bytecode) { in FromShortStar()
76 Bytecode bytecode = in TryToShortStar() local
Dinterpreter-assembler.h279 Bytecode bytecode() const { return bytecode_; } in bytecode() function
Dbytecode-array-writer.cc85 int BytecodeArrayWriter::CheckBytecodeMatches(BytecodeArray bytecode) { in CheckBytecodeMatches()
234 void BytecodeArrayWriter::UpdateExitSeenInBlock(Bytecode bytecode) { in UpdateExitSeenInBlock()
280 Bytecode bytecode = node->bytecode(); in EmitBytecode() local
Dbytecode-array-iterator.cc49 interpreter::Bytecode bytecode = interpreter::Bytecodes::FromByte(*cursor); in ApplyDebugBreak() local
228 Bytecode bytecode = current_bytecode(); in GetRelativeJumpTargetOffset() local
/third_party/node/deps/v8/src/regexp/
Dregexp-bytecode-peephole.cc263 int32_t GetArgumentValue(const byte* bytecode, int offset, int length) { in GetArgumentValue()
276 BytecodeSequenceNode::BytecodeSequenceNode(int bytecode, Zone* zone) in BytecodeSequenceNode()
288 BytecodeSequenceNode& BytecodeSequenceNode::FollowedBy(int bytecode) { in FollowedBy()
306 BytecodeSequenceNode& BytecodeSequenceNode::ReplaceWith(int bytecode) { in ReplaceWith()
389 bool BytecodeSequenceNode::CheckArguments(const byte* bytecode, int pc) { in CheckArguments()
619 bool RegExpBytecodePeephole::OptimizeBytecode(const byte* bytecode, in OptimizeBytecode()
650 BytecodeSequenceNode& RegExpBytecodePeephole::CreateSequence(int bytecode) { in CreateSequence()
657 int RegExpBytecodePeephole::TryOptimizeSequence(const byte* bytecode, in TryOptimizeSequence()
685 int start_pc, const byte* bytecode, const BytecodeSequenceNode& last_node) { in EmitOptimization()
935 void RegExpBytecodePeephole::EmitArgument(int start_pc, const byte* bytecode, in EmitArgument()
[all …]
Dregexp-bytecodes.h237 inline constexpr int RegExpBytecodeLength(int bytecode) { in RegExpBytecodeLength()
248 inline constexpr const char* RegExpBytecodeName(int bytecode) { in RegExpBytecodeName()
Dregexp-bytecodes.cc15 int bytecode = *reinterpret_cast<const int32_t*>(pc) & BYTECODE_MASK; in RegExpBytecodeDisassembleSingle() local
/third_party/node/deps/v8/src/compiler/
Dbytecode-analysis.cc240 void UpdateInLiveness(Bytecode bytecode, BytecodeLivenessState* in_liveness, in UpdateInLiveness()
364 void UpdateOutLiveness(Bytecode bytecode, BytecodeLiveness& liveness, in UpdateOutLiveness()
409 void UpdateLiveness(Bytecode bytecode, BytecodeLiveness& liveness, in UpdateLiveness()
425 void UpdateAssignments(Bytecode bytecode, BytecodeLoopAssignments* assignments, in UpdateAssignments()
479 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local
651 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local
693 Bytecode bytecode = iterator.current_bytecode(); in Analyze() local
977 Bytecode bytecode = iterator.current_bytecode(); in LivenessIsValid() local
1023 Bytecode bytecode = iterator.current_bytecode(); in LivenessIsValid() local
/third_party/node/deps/v8/tools/ignition/
Dbytecode_dispatches_report.py99 dispatches_table, bytecode, top_count, sort_source_relative): argument
118 def print_top_dispatch_sources_and_destinations(dispatches_table, bytecode, argument
/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental.cc62 Handle<ByteArray> bytecode; member
89 ZoneList<RegExpInstruction> bytecode = ExperimentalRegExpCompiler::Compile( in CompileImpl() local
137 ByteArray bytecode, String subject, int capture_count, in ExecRawImpl()
177 ByteArray bytecode = ByteArray::cast(regexp.bytecode(kIsLatin1)); in ExecRaw() local
/third_party/node/test/wasi/
Dtest-wasi-worker-terminate.js9 const bytecode = new Uint8Array([ constant
/third_party/node/deps/v8/src/debug/
Ddebug-evaluate.cc424 bool BytecodeHasNoSideEffect(interpreter::Bytecode bytecode) { in BytecodeHasNoSideEffect()
985 bool BytecodeRequiresRuntimeCheck(interpreter::Bytecode bytecode) { in BytecodeRequiresRuntimeCheck()
1022 interpreter::Bytecode bytecode = it.current_bytecode(); in FunctionGetSideEffectState() local
1244 interpreter::Bytecode bytecode = it.current_bytecode(); in ApplySideEffectChecks() local
Ddebug-frames.cc118 BytecodeArray bytecode = mode_ == Mode::kUseDebugBytecode in VisitThread() local
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_shader.c77 const uint32 *bytecode, in vmw_svga_shader_create()
/third_party/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()
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.h134 interpreter::Bytecode bytecode = iterator_.current_bytecode(); in EmitUnconditionalDeopt() local
478 interpreter::Bytecode bytecode = iterator.current_bytecode(); in CalculatePredecessorCounts() local
513 const compiler::BytecodeArrayRef& bytecode() const { in bytecode() function
Dmaglev-compilation-unit.h44 const compiler::BytecodeArrayRef& bytecode() const { return bytecode_; } in bytecode() function
/third_party/node/deps/v8/src/baseline/
Dbaseline.cc62 Handle<BytecodeArray> bytecode(shared->GetBytecodeArray(isolate), isolate); in GenerateBaselineCode() local
/third_party/node/deps/v8/src/builtins/
Dgenerate-bytecodes-builtins-list.cc17 void WriteBytecode(std::ofstream& out, Bytecode bytecode, in WriteBytecode()
/third_party/libsnd/src/
Dima_adpcm.c262 int chan, k, diff, bytecode, predictor ; in aiff_ima_decode_block() local
331 short bytecode, mask ; in aiff_ima_encode_block() local
394 short step, bytecode, stepindx [2] = { 0 }; in wavlike_ima_decode_block() local
485 short bytecode, mask ; in wavlike_ima_encode_block() local
/third_party/gstreamer/gstplugins_bad/gst/adpcmdec/
Dadpcmdec.c221 int bytecode; in adpcmdec_decode_ms_block() local
305 int bytecode; in adpcmdec_decode_ima_block() local

123