Searched refs:ThrowConstAssignment (Results 1 – 15 of 15) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | lexenv.cpp | 38 pg->ThrowConstAssignment(node, variable->Name()); in CheckConstAssignment() 98 pg->ThrowConstAssignment(node, local->Name()); in ExpandStoreLexVar()
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | lexenv.cpp | 41 pg->ThrowConstAssignment(node, variable->Name()); in CheckConstAssignment() 111 pg->ThrowConstAssignment(node, local->Name()); in ExpandStoreLexVar()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | pandagen.h | 240 void ThrowConstAssignment(const ir::AstNode *node, const util::StringView &name);
|
| D | pandagen.cpp | 481 ThrowConstAssignment(node, var->Name()); in StoreVar() 1613 void PandaGen::ThrowConstAssignment(const ir::AstNode *node, const util::StringView &name) in ThrowConstAssignment() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 39 static void ThrowConstAssignment(JSThread *thread, JSTaggedValue value);
|
| D | slow_runtime_stub.cpp | 138 void SlowRuntimeStub::ThrowConstAssignment(JSThread *thread, JSTaggedValue value) in ThrowConstAssignment() function in panda::ecmascript::SlowRuntimeStub 140 INTERPRETER_TRACE(thread, ThrowConstAssignment); in ThrowConstAssignment()
|
| D | interpreter-inl.h | 3883 SlowRuntimeStub::ThrowConstAssignment(thread, GET_VREG_VALUE(v0)); in RunInternal()
|
| D | interpreter_assembly.cpp | 908 SlowRuntimeStub::ThrowConstAssignment(thread, GET_VREG_VALUE(v0)); in HandleThrowConstassignmentPrefV8()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 469 void ThrowConstAssignment(const ir::AstNode *node, const util::StringView &name);
|
| D | pandagen.cpp | 383 ThrowConstAssignment(node, var->Name()); in StoreVar() 1980 void PandaGen::ThrowConstAssignment(const ir::AstNode *node, const util::StringView &name) in ThrowConstAssignment() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 204 V(ThrowConstAssignment) \
|
| D | runtime_stubs.cpp | 1804 DEF_RUNTIME_STUBS(ThrowConstAssignment) in DEF_RUNTIME_STUBS() argument 1806 RUNTIME_STUBS_HEADER(ThrowConstAssignment); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 114 V(ThrowConstAssignment) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 1084 const int id = RTSTUB_ID(ThrowConstAssignment); in LowerThrowConstAssignment()
|
| D | interpreter_stub.cpp | 1230 CallRuntime(glue, RTSTUB_ID(ThrowConstAssignment), { value }); in DECLARE_ASM_HANDLER()
|