MCPcopy Create free account
hub / github.com/Relph1119/JVMByPython / execute

Method execute

src/ch08/instructions/references/New.py:15–35  ·  view source on GitHub ↗

从当前类的运行时常量池中找到一个类符号索引,解析这个类符号引用,拿到类数据,然后创建对象,并把对象引用推入栈顶。 :param frame: :return:

(self, frame: Frame)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 8

get_classMethod · 0.45
get_constantMethod · 0.45
resolved_classMethod · 0.45
revert_next_pcMethod · 0.45
is_interfaceMethod · 0.45
is_abstractMethod · 0.45
new_objectMethod · 0.45
push_refMethod · 0.45

Tested by

no test coverage detected