Home
last modified time | relevance | path

Searched refs:bytecodes (Results 1 – 25 of 34) sorted by relevance

12

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-writer.cc46 int bytecode_size = static_cast<int>(bytecodes()->size()); in ToBytecodeArray()
51 bytecode_size, &bytecodes()->front(), frame_size, parameter_count, in ToBytecodeArray()
87 int bytecode_size = static_cast<int>(bytecodes()->size()); in CheckBytecodeMatches()
88 const byte* bytecode_ptr = &bytecodes()->front(); in CheckBytecodeMatches()
157 size_t current_offset = bytecodes()->size(); in BindLabel()
165 size_t current_offset = bytecodes()->size(); in BindLoopHeader()
176 size_t current_offset = bytecodes()->size(); in BindJumpTableEntry()
189 size_t current_offset = bytecodes()->size(); in BindHandlerTarget()
196 size_t current_offset = bytecodes()->size(); in BindTryRegionStart()
208 size_t current_offset = bytecodes()->size(); in BindTryRegionEnd()
[all …]
Dinterpreter.cc271 Handle<BytecodeArray> bytecodes = compilation_info_.bytecode_array(); in DoFinalizeJobImpl() local
272 if (bytecodes.is_null()) { in DoFinalizeJobImpl()
273 bytecodes = generator()->FinalizeBytecode( in DoFinalizeJobImpl()
278 compilation_info()->SetBytecodeArray(bytecodes); in DoFinalizeJobImpl()
285 bytecodes->set_source_position_table(*source_position_table, kReleaseStore); in DoFinalizeJobImpl()
294 os << "Bytecode length: " << bytecodes->length() << std::endl; in DoFinalizeJobImpl()
295 bytecodes->Disassemble(os); in DoFinalizeJobImpl()
301 isolate, handle(Script::cast(shared_info->script()), isolate), bytecodes); in DoFinalizeJobImpl()
Dbytecode-array-writer.h110 ZoneVector<uint8_t>* bytecodes() { return &bytecodes_; } in bytecodes() function
/third_party/node/deps/v8/src/baseline/
Dbytecode-offset-iterator.cc14 Handle<BytecodeArray> bytecodes) in BytecodeOffsetIterator() argument
19 bytecode_iterator_(bytecodes), in BytecodeOffsetIterator()
28 BytecodeArray bytecodes) in BytecodeOffsetIterator() argument
32 bytecode_handle_storage_(bytecodes), in BytecodeOffsetIterator()
Dbytecode-offset-iterator.h24 Handle<BytecodeArray> bytecodes);
27 BytecodeArray bytecodes);
Dbaseline-compiler.cc255 Handle<BytecodeArray> bytecodes) { in AllocateBuffer() argument
259 estimated_size = BaselineCompiler::EstimateInstructionSize(*bytecodes); in AllocateBuffer()
/third_party/node/deps/v8/src/objects/
Dcode-inl.h545 BytecodeArray bytecodes) { in GetBytecodeOffsetForBaselinePC() argument
551 ByteArray::cast(bytecode_offset_table()), bytecodes); in GetBytecodeOffsetForBaselinePC()
559 BytecodeArray bytecodes) { in GetBaselinePCForBytecodeOffset() argument
563 ByteArray::cast(bytecode_offset_table()), bytecodes); in GetBaselinePCForBytecodeOffset()
576 BytecodeArray bytecodes) { in GetBaselineStartPCForBytecodeOffset() argument
578 bytecodes); in GetBaselineStartPCForBytecodeOffset()
582 BytecodeArray bytecodes) { in GetBaselineEndPCForBytecodeOffset() argument
584 bytecodes); in GetBaselineEndPCForBytecodeOffset()
588 BytecodeArray bytecodes) { in GetBaselinePCForNextExecutedBytecode() argument
592 ByteArray::cast(bytecode_offset_table()), bytecodes); in GetBaselinePCForNextExecutedBytecode()
[all …]
Dcode.h549 BytecodeArray bytecodes);
552 BytecodeArray bytecodes);
560 int bytecode_offset, BytecodeArray bytecodes);
563 BytecodeArray bytecodes);
726 BytecodeArray bytecodes);
/third_party/zlib/doc/
Dtxtvsbin.txt39 The algorithm works by dividing the set of bytecodes [0..255] into three
41 - The allow list of textual bytecodes:
43 - The gray list of tolerated bytecodes:
45 - The block list of undesired, non-textual bytecodes:
/third_party/node/deps/v8/src/builtins/
Dinternal-coverage.tq28 // It's quite possible that a function contains IncBlockCounter bytecodes,
/third_party/python/Objects/
Dlnotab_notes.txt42 Also note that a delta of zero indicates that there are no bytecodes in the given range,
54 0 +127 (line 135, but the range is empty as no bytecodes are at line 135)
90 The old co_lnotab did not account for the presence of bytecodes without a line number,
/third_party/python/Doc/library/
Ddis.rst1296 Dictionary mapping operation names to bytecodes.
1306 Sequence of bytecodes that access a constant.
1311 Sequence of bytecodes that access a free variable (note that 'free' in this
1319 Sequence of bytecodes that access an attribute by name.
1324 Sequence of bytecodes that have a relative jump target.
1329 Sequence of bytecodes that have an absolute jump target.
1334 Sequence of bytecodes that access a local variable.
1339 Sequence of bytecodes of Boolean operations.
/third_party/node/deps/v8/src/
DDEPS50 "+src/interpreter/bytecodes.h",
/third_party/node/deps/v8/src/profiler/
Dprofiler-listener.cc134 Handle<BytecodeArray> bytecodes(shared->GetBytecodeArray(isolate_), in CodeCreateEvent() local
139 bytecode_offsets, bytecodes); in CodeCreateEvent()
/third_party/python/Misc/NEWS.d/
D3.9.0a3.rst47 Replace four complex bytecodes for building sequences with three simpler
50 The following four bytecodes have been removed:
57 The following three bytecodes have been added:
D3.9.0a4.rst191 Replace two complex bytecodes for building dicts with two simpler ones. The
192 new bytecodes ``DICT_MERGE`` and ``DICT_UPDATE`` have been added The old
193 bytecodes ``BUILD_MAP_UNPACK`` and ``BUILD_MAP_UNPACK_WITH_CALL`` have been
D3.9.0a2.rst238 CALL_FINALLY and POP_FINALLY bytecodes. Replaced with RERAISE and
239 WITH_EXCEPT_START bytecodes. The compiler now generates different code for
D3.6.2rc1.rst203 package is only shipped with bytecodes. Patch by Alexandru Ardelean.
D3.5.4rc1.rst323 package is only shipped with bytecodes. Patch by Alexandru Ardelean.
/third_party/python/Doc/faq/
Dwindows.rst52 compiles it into bytecodes, and then executes the bytecodes to run your
/third_party/node/tools/v8_gypfiles/
Dv8.gyp14 …tins_list_output': '<(generate_bytecode_output_root)/builtins-generated/bytecodes-builtins-list.h',
1417 "<(V8_ROOT)/src/builtins/generate-bytecodes-builtins-list.cc",
1421 "<(V8_ROOT)/src/interpreter/bytecodes.cc",
1422 "<(V8_ROOT)/src/interpreter/bytecodes.h",
/third_party/node/deps/v8/src/execution/
Dframes.cc2310 BytecodeArray bytecodes = iframe->GetBytecodeArray(); in Print() local
2312 int source_pos = AbstractCode::cast(bytecodes).SourcePosition(offset); in Print()
2315 reinterpret_cast<void*>(bytecodes.ptr()), offset); in Print()
/third_party/node/deps/v8/
DBUILD.bazel1573 "src/interpreter/bytecodes.cc",
1574 "src/interpreter/bytecodes.h",
1942 "src/regexp/regexp-bytecodes.cc",
1943 "src/regexp/regexp-bytecodes.h",
3370 outs = ["builtins-generated/bytecodes-builtins-list.h"],
3525 "src/builtins/generate-bytecodes-builtins-list.cc",
3529 "src/interpreter/bytecodes.cc",
3530 "src/interpreter/bytecodes.h",
DBUILD.gn2043 outputs = [ "$target_gen_dir/builtins-generated/bytecodes-builtins-list.h" ]
2051 rebase_path("$target_gen_dir/builtins-generated/bytecodes-builtins-list.h",
2663 "$target_gen_dir/builtins-generated/bytecodes-builtins-list.h",
3096 "src/interpreter/bytecodes.h",
3368 "src/regexp/regexp-bytecodes.h",
4308 "src/interpreter/bytecodes.cc",
4422 "src/regexp/regexp-bytecodes.cc",
5822 "src/builtins/generate-bytecodes-builtins-list.cc",
5826 "src/interpreter/bytecodes.cc",
5827 "src/interpreter/bytecodes.h",
/third_party/python/Doc/whatsnew/
D2.1.rst88 nested scopes, the compiler which turns Python source into bytecodes has to
148 precede any statement that will result in bytecodes being produced.

12